body{
    background-image: url(imagenesanime/sao/sao2.png);
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    
}

main{
    height: 100%;
}

.titulo{
    text-align: center;
    padding-top: 0%;
    margin-top: -5%;
    margin-bottom: -5%;
    margin-left: 33%;
    margin-right: 33%;
    border-radius: 8px;
    font-size: 195%;
}

.texto{
   font-size: 195%;
}


.contacto{
    background-color: gainsboro;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;  
    font-size: 40px;
    padding: 10px 40%; 
    opacity: 0.95;
    border-radius: 8px;
}

.titulored{
    color: blue;
    background-color: black;
    padding-top: 0%;
    margin-left: 36%;
    margin-right: 36%;
    text-align: center; 
    border-radius: 8px;

}

.iconoins{
    width: auto; 
    height: auto;
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;    
    max-height: 60px;
    max-width: 60px;
    border-radius: 9px;
    
}

.instagram{
    object-position: center;
   
}

img{
display:block;
margin:auto;
}

.fondotransparente{
    background-image: url(imagenesanime/fondo-gris-claro-liso-liso_8087-1195.jpg);
    width: 100%;
    justify-content: center;
    align-content: center;
    border-radius: 8px;
    opacity: 0.85;
    
}
