body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(-45deg, #d4c9b9, #fbd3e9, #f5c2e7, #d4c9b9, #f5d0ff, #d4c9b9);
    background-size: 400% 400%; 
    animation: vtn 12s ease infinite;
}
@keyframes letras {
  0% {
    color: rgb(174, 58, 102);
  }
  25% {
    color: #954165;
  }
  50% {
    color: #a93b6b;
  }
  75% {
    color: #8a385c;
  }
  100% {
    color: rgb(174, 58, 102);
  }
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 800; 
  font-size: 130px;
  letter-spacing: -0.5px; 
  text-align: center;
  color: #750540;
  animation: letras 5s infinite alternate;
  margin: 250px 0 0 10px;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-style: Regular;
  text-align: center;
  color:#510a30;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 800; 
  font-size: 30px;
  letter-spacing: -0.5px; 
  text-align: right;
  color: #494949;
  margin: 5px 0 0 10px;
}
h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: Regular;
  text-align: right;
  color:#252525;
}
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  color:#181818;
  margin-bottom: 50px;
}
@keyframes vtn {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%; 
    }
    100% {
        background-position: 0% 50%;
    }
}
.trab {
   background:#ff92c1c8;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 100%;
    padding: 20px;
    text-align: left;
   margin: 395px 0 0 80px;
}
.trab img {
    width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.redes {
    width: 100%;
    text-align: center;
    margin-top: 60px; 
}
.redes img{
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto; 
}
.redes  table {
    border: 0;
    margin: 0 auto;
    }
.redes td {
      padding: 0 15px;
      text-align: center;

    }
.port {
    width: 100%;
    text-align: center;
    margin-top: 60px; 
}
.port img{
    width: 10px;
    height: 70px;
    display: block;
    margin: 0 auto; 
}
.port table {
    border: 0;
    margin: 0 auto;
    }
.port td {
      padding: 0 15px;
      text-align: center;

    }