@charset "utf-8";
html{
    
    background-color:#aca464;
    margin: 5px;
    font-family: 'Times New Roman', Times, Georgia, serif;
}
p{
    font-size: 16px;
    font-family: georgia, baskerville, serif;
}
li{
    font-size: large;
    font-family: Georgia;
}
h1{
    
    font-family:georgia;
    color:#9f5656;
    text-align: center;
        border-style:ridge;
}
figure{
    border:double;
    border-width:thick;
    text-align: center;
    
}
figcaption{
    text-align: center;
    font-family: georgia, times new roman, times, serif;
}

img{
    border-image-width:auto;
    max-width:fit-content;
    border-radius: 20%;
    
}
video{
max-width: fit-content;
    text-align: center;
}
#Habitats, pre{
    font-family: georgia;
    
}
h2{
    text-align: center;
    border-style:double;
        font-family:Arial;
}
head{
    text-align: center;
    
}
body{
    border-top: double #958454 15px;
}