* {
  margin: 0px;
  font-style: normal;
  font-family: "Times New Roman", Times, serif;
}

header {
  background-color: #e6e6e6;
  text-align: center;
}

.foto_perfil {
  padding: 20px;
  width: 125px;
  height: 200px;
}

h1 {
  background-color: #c4c4c4;
  text-align: center;
  color: #005677;
  letter-spacing: 0.5rem;
  line-height: 84.69%;
  font-weight: bold;
  font-size: 35px;
  padding-top: 14px;
  padding-bottom: 16px;
  margin-top: 0px;
  margin-bottom: 149px;
}

h2 {
  background-color: #c4c4c4;
  color: #005677;
  letter-spacing: 0.5rem;
  line-height: 84.69%;
  font-weight: bold;
  font-size: 20px;
  padding: 6px 12px 7px 12px;
}

span {
  font-weight: bold;
}

ul {
  padding: 20px;
}

li {
  font-size: 15px;
  line-height: 1.3rem;
}

footer {
  margin-top: 120px;
  padding-top: 11px;
  padding-bottom: 9px;
  background-color: #005677;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
}

footer span {
  font-weight: bold;
  font-style: normal;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}

footer img {
  margin-left: 10px;
}
