body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.bodyDiv {
  background-image: url("https://cdnportaldaobmep.impa.br/img/logo/logo-impa.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 120%;
  position: absolute;
  background-position-y: 120%;
  opacity: .03;
  width: 100%;
  height: 100vh;
}
h1 {
  font-size: 30px;
  color: #0c456f;
  font-weight: bold;
}
h2 {
  font-size: 25px;
  color: #0c456f;
  font-weight: bold;
  margin-top: 40px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}
.line {
  background-color: #0c456f;
  height: 5px;
  width: 100%;
}

.ul, li {

  line-height: 30px;
}