@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=IM+Fell+English+SC&display=swap');


body{
    background-color: #f8e9db;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #06240b;
    font-size: 1em;
    
}
html{scroll-behavior: smooth;}

div{
    max-width: 80%;
    margin: 0 auto ;
}

h1{
    font-family: "IM Fell English SC", serif;
    font-size:2em;
    font-weight: bold;
    text-align: center;
    color:rgb(29, 56, 29);
}

nav {
    text-align: right;
    background-color: #ebd5c1d2;
}

nav li{
    display:inline-block;
}

nav a{text-decoration: none;
    color: rgb(12, 114, 46);
    font-weight: bold;
    
    padding:6px;
    margin:6px, 6px;
   

}

nav a:hover{
    color:#f8e9db;
    font-weight: bold;
    background-color: rgb(110, 35, 107);
    padding:6px;
    display:inline-block;
    border-radius: 10px;
    transition:all 250ms ease-in-out;

}

h2{font-family: "Goudy Bookletter 1911", serif;
    color: rgb(12, 114, 46);
    font-weight: 500;
}

h3 {
    background-color:  rgba(110, 35, 107, 0.565);
    padding: 10px;
    border-radius: 20px;
    color:#f8e9db;
    text-align: center;
}


.citas-inicio{
    text-align: right;
}

.imgatributo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.imgatributo1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
}


.definicion {
    color: rgb(12, 114, 46);
}

.pronunciacion {
    font-size: larger;
    color: rgb(110, 35, 107);
}

footer{
    font-family: "Goudy Bookletter 1911", serif;
    color: rgb(110, 35, 107);
    text-align: center;
    font-size: x-large;
    margin: auto;
    
}

.imgcasaatributo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: auto;
}

a {
    color:rgb(12, 114, 46);
    text-decoration:wavy;
    font-weight: bold;
}

@media  (max-width:650px){
    header{font-size: 40px;
    }

    nav a {padding:0px;
        margin: 0px;
    }
    nav a:hover {
        padding: 1px;
        margin: 0px;
    }

    h1{
        font-size: 1em;
    }
    
}
    
.hipotesis{
    background-color: #06240bad;
}

.bioenvida {
    font-size: 7em;
    text-align: center;
    font-family: "IM Fell English SC", serif;
    color:rgb(110, 35, 107);
    line-height: 80%;
    
   
    
}

.masallap {
    text-align: center;
    max-width:60% ;
    font-weight: lighter;
}

.conservacion1 {
    
    font-size:4em;
    text-align: center;
}


img{
    margin:auto;
}