@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=My+Soul&display=swap');
*{
    box-sizing: border-box;  
}


body {
    background-image: radial-gradient(circle at 50% -20.71%, #c773a4 0, #ad6898 12.5%, #905c88 25%, #724d73 37.5%, #543d5b 50%, #392d42 62.5%, #241e2c 75%, #141119 87.5%, #000002 100%);
    height: 100%;
}


h1{

    color: rgb(0, 0, 0);
    text-decoration:dashed;
    text-align: center;
    font-family: 'My Soul', cursive;
    font-size: 5vmax;
}

/* .volver{

    margin-left: 0%;

} */

.informacion{
    width: 70vw;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-family: 'Tiro Bangla', serif;
    font-size: 1.5vmax;
    gap: 5vw; 
    
}

.foto {
width: 65%;

}
.foto img{
width: 100%;


}
.texto{
    width: 50%;
}

.botonesytitulo {
  display: flex;  
  width: 100%;
  justify-content: space-around;
  align-items: center;
  position: sticky;
  top: 0%;
}

.boton{
color: rgb(0, 0, 0);
text-decoration: underline;
text-align: center;
font-family: 'Tiro Bangla', serif;
font-size: 2.5vmax;

}

.pie{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
position: sticky;
bottom: 0%;
font-family: 'Tiro Bangla', serif;
font-size: 2.5vmax;
text-decoration: underline;
}