
body {
    background-color: antiquewhite;
    font-family: 'Lexend Deca';
}

h1 {
    font-family: 'Lato';
    font-size: 50px;
}

h2 {
    font-family: 'Roboto';
}

.title {
    color: saddlebrown;
    text-align: center;
}
.main {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.license {
    text-align: center;
    font-size: small;
}

h3 {
    text-align: center;
    text-decoration:underline;
    text-decoration-style: double;
    color:brown;
    font-family: 'Lato';
}

ul {
    list-style: square;
}

a {
    color:lightslategrey;
}

.habitat {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption {
    text-align: center;
}



.nav {
    display: inline-block;
    font-family: 'Lato Hairline';
    
}

iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px black dashed;
}

.squirrel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.footer {
    font-family: 'Lato Hairline';
}