.animated-button{
font-size: 18px;
color: #5161727f;
font-family: inherit;
font-weight: 800;
cursor: pointer;
position: relative;
top: -130px;
right: -30%;
text-align: end;
border: none;
background: none;
text-transform: uppercase;
transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
transition-duration: 400ms;
transition-property: color;
}

.animated-button:focus,
.animated-button:hover {
color: rgba(18, 36, 87, 0.849);
}

.animated-button:focus:after,
.animated-button:hover:after {
width: 100%;
left: 0%;
}

.animated-button:after {
content: "";
pointer-events: none;
bottom: -2px;
left: 50%;
position: absolute;
width: 0%;
height: 2px;
background-color: #27304c;
transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
transition-duration: 400ms;
transition-property: width, left;
}

.telinha {
list-style-type: none;
text-align: center;
border: 5px solid;
border-radius: 100px;
border-color: #ffffff00;
background-color: rgb(255, 255, 255);
width: 100%;
height: 50px;
margin: 40px;
padding: 5px;
}

body {
background-color: rgba(18, 36, 87, 0.849);
text-align: center;
align-items: center;
width: 90%;
height: 5px;
padding: 10px;
margin: 20px;
}

.textin {
color: #0e0a1f;
text-align: left;
position: relative;
left: 38%;
top: -90px;
font-size: 20px;
width: 65%;
height: 575px;
margin: 10px;
padding: 5px;
border-left: 15px solid;
border-radius: 10px;
background-color: antiquewhite;
}
.textinhoo {
color: #0e0a1f;
text-align: center;
position: center;
top: 100%;
font-size: 25px;
width: 100%;
height: 1000px;
margin: 50px;
border-left: 15px solid;
border-radius: 10px;
background-color: antiquewhite;
}

.lucia {
position: relative;
right: 500px;
top: 450px;
width: 500px;
height: 500px;
margin: 10px;
border: 10px;
border-radius: 30%;
}

.luciaa{
width: 650px;
height: 400px;
margin: 10px;
border: 10px solid rgba(202, 214, 250, 0.574) ;
border-radius: 30%;
position: relative;
right: -50px;
}

.gif {
position: absolute;
right: 5px;
top: 120px;
width: 90%;
height: 60%;
}
.gif-canto {
position: relative;
top: 5px;
right: -600px;
}

.bolitas {
position: relative;            
align-items: flex-start;
justify-content: space-between;
left: -50px;
top: -175%;
width: 10%;
padding: 5px;
}

.lado {
width: 50px;
height: auto;
object-fit: cover;
}

.titulo {
text-align: left;
position: relative;
top: -30%;
right: -5%;
}

.livrinho {
position: relative;
left: 100px;
width: 33%;
height: 20%;
display: flex;
justify-content: baseline;
gap: 45%;
}

.livros{
position: relative;
left: 10px;
bottom: 30px;
width: 25%;
height: 20%;
display: flex;
justify-content: baseline;
gap: 50%;
}


.texto {
display: flex;
justify-content: space-between;
gap: 5%;
}

.topico {
position: relative;
top: 50px;
left: 15px;
flex: 50px;
background-color: antiquewhite;
font-size: 20px;
width: 50px;
height: 90%;
padding: 10px;
border-left: 15px solid;
border-radius: 5px;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }
}

.social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0rem;
}

.btn {
  cursor: pointer;
  text-decoration: none;
  color: #f5efef;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(18, 36, 87, 0.849);
  border: 2px solid rgba(18, 36, 87, 0.849);
  transition: all 0.45s;
}

.btn:hover {
  transform: rotate(360deg);
  transform-origin: center center;
  background-color: #ffff;
  color: rgba(18, 36, 87, 0.849);
}

.btn:hover .btn-svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg)
    brightness(103%) contrast(103%);
}

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

.fa-brands {
    font-size: 30px;
}


.tela {
color: #0e0a1f;
text-align: center;
position: relative;
top: 100px;
left: 35%;
font-size: 18px;
width: 30%;
height: 50%;
margin: 10px;
padding: 5px;
border-radius: 10px;
background-color: antiquewhite;
}

.tituloo {
  text-align: center;
  position: relative;
  left: 50px;
  border-radius: 100px;
  font-size: 30px;
  background-color: antiquewhite;
}


.gifs {
position: absolute;
align-items: center;
top: 300px;
width: 360%;
height: 100%;
}