body {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 500%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/** Código de background utilizado de terceiros; Source: https://codepen.io/P1N2O/pen/pyBNzX */

* {
  font-family: "Montserrat", sans-serif;
  color: #f8f9fa;
  margin: 0;
}

.title {
  text-align: center;
  margin-top: 20  px;
}

.resume {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;

}

.me {
  justify-content: center;
  flex-direction: column;
}

.resume img {
  width: 50%;
  border: 2px solid #f8f8f8;
  border-radius: 360px;
}

.resume article {
  width: 350px;
  align-self: center;
  font-weight: bold;
  margin-top: 20px;
}

.nav {
  display: flex;
  justify-content: space-evenly;
  background-color: white;
  padding: 8px;
}

.nav a {
  color: black;
  margin: 10px;
  text-decoration: none;
}

main {
  text-align: center;
  margin-top: 50px;
}

.academic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px;
}

.academic img {
  margin-top: 10px;
}

.hability {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hability h2 {
  margin: 15px;
}

.hability a {
  font-weight: bold;
  line-height: 30px;
}

.hability p {
  font-size: normal;
  line-height: 30px;
}

.code {
  font-size: larger;
}

.big {
  font-weight: bolder;
}

.more-about {
  text-align: center;
  margin: 20px;
}

.nav-social {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 20px;
}

.nav-social img {
  width: 200px;
  margin: 10px;
}
