html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: rgb(226, 180, 201);
}
@media screen and (max-width: 600px){
    body {
      align-items: flex-start;
    }
}
@media screen and (max-height: 625px){
    body {
      align-items: flex-start;
    }
}
.auto{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: auto;
    max-width: 800px;
}
.azalea_logo{
    height: 200px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.presentacion{
    font-family: 'Indie Flower';
    width: 80%;
    text-align: justify;
    font-size: 26px;
    margin: 5px;
}
.redes{
    width: 331px;
    font-family: 'Antic Slab';
}
.redes_titulo{
    text-align: center;
    font-size: 28px;
}
.redes_contenedor{
    height: 25px;
    margin: 10px;
    display: flex;

}
.redes_logo{
    margin-right: 5px;
}
.redes_links{
    height: 24px;
    font-size: 22px;
    display: flex;
    flex-direction: row;
}
.redes_links_hover:hover{
    font-size: 23px;
    height: 25px;
}
a{
    text-decoration: none;
    color: black;
}


