body {
  background-color: #fff;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

img { 
  border: 0px;
}

#language  {
  text-align: right;
  margin-left: auto;
  margin-top: 24px;
  margin-right: 20px;
  height: 170px;
}

#wrapper {
  margin-top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#logo-box {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: -82px;
  margin-right: auto;
  width: 308px;
  height: 72px;
}

#article-body {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#text-body {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 752px;
}

#image {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
}

#full-width-image {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: -20px;
  margin-right: 0px;
  background-image: url("../images/04-vakuudet-yms.png");
  background-size: 3400px 472px;
  height: 472px;
  width: 102%;
}

#wide-image {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
}

ul {
  list-style-type: none;
}

ul.b {
  list-style-type: circle;
}

.flex-container {
  display: flex;
}

#left-container {
  margin-left: -38px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 380px;
  align-content: left;
}

#right-container {
  margin-left: 30px;
  margin-top: 36px;
  margin-bottom: 40px;
  width: 340px;
  align-content: left;
}

#title-container {
  margin-left: 50px;
  margin-top: 108px;
  margin-bottom: 40px;
  width: 150px;
  text-align: right;
}

#content-container {
  margin-left: 12px;
  margin-top: 108px;
  margin-bottom: 40px;
  width: 190px;
  align-content: left;
}

#copyright {
  margin-top: 320px;
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
}

#footer {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1000px;
  background-color: #181818;
}

#left-footer {
  margin-left: 100px;
  margin-top: -16px;
  height: 1000px;
  width: 45%;
}

#right-footer {
  overflow: clip;
  margin-top: -16px;
  height: 1000px;
  width: 55%;
}

.font-language {
  font-size: 12pt;
  font-family: "Inter", serif;
  color: #999;
  font-weight: 300;
}

.font-subheader {
  font-size: 36pt;
  font-family: "Inter", serif;
  color: #181818;
  font-weight: 700;
}

.font-body {
  font-size: 16pt;
  font-family: "Inter", serif;
  color: #353535;
  line-height: 1.5;
  font-weight: 300;
}

.font-quotes {
  font-size: 25pt;
  font-family: 'Inria Serif', sans-serif;
  color: #272727;
  line-height: 1.1;
  font-weight: 300;
}

.font-numbers {
  font-size: 72pt;
  font-family: 'Inria Serif', sans-serif;
  color: #181818;
  font-weight: 400;
}

.font-small-bold {
  font-size: 11pt;
  font-family: 'Inter', sans-serif;
  color: #272727;
  font-weight: 700;
}

.font-small {
  font-size: 11pt;
  font-family: 'Inter', sans-serif;
  color: #272727;
  line-height: 1.2;
  font-weight: 300;
}

.font-footer {
  font-size: 72pt;
  font-family: "Inter", serif;
  color: #353535;
  font-weight: 700;
}

.font-copyright {
  font-size: 8pt;
  font-family: 'Inter', sans-serif;
  color: #999;
  font-weight: 400;
}