body {
  background-color: rgb(253, 251, 251);
  margin: 0;
}

h1 , h2 {
  font-family: Handlee, cursive;
}

#cabecalho {
  background-color: rgb(58, 99, 81);
  position: fixed;
  top: 0;
  width: 100%;
}
.button {

    display: inline-block;
    padding: 9px 20px;
    background-color:#345B63;
    color: rgb(162, 179, 139);;
    border-radius: 30px;
    text-decoration: none;
}
p {
  line-height: 120%;
}

#section {
  margin-top: 185px;
}

.wrapper {
  margin: 0 auto;
  max-width: 800px;
}

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.redes-sociais {
  display: flex;
  justify-content: end;
  align-items: center;
}

h2 {
  color: rgb(58, 99, 81);
}

.licoes {
  display: flex;
  justify-content: space-between;
}

#titulo {
  font-size: 30px;
  color: rgb(162, 179, 139);
  padding: 5px 0;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

#minha_foto {
  border-radius: 30%;
  object-fit: cover;
  object-position: top;
  border: 10px solid rgb(162, 179, 139);
}
table,th,td{
  border:1px solid;
}
th , td {padding: 15px;
        text-align: left;

}
th{
  color:rgb(58, 99, 81); ;
}