/* external style sheet */
body {
    background-color: rgb(253, 242, 186);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

header h1 {
    color: #DBCEAE;
    font-size: 6em;
    margin: 0 auto;
    align-items: center;
    background-color: #283A48;
}

nav ul li{
    display: inline-block;
    width: 30%;
    height: 200px;
}

#hero-img {
    width: 89%;
    align-items: center;
    margin-top: -150px;
}

nav ul li a {
    color: rgb(40, 57, 72);
}

p {
    margin-top: 75px;
    color: #283A48;
    max-width: 100%;
    text-align: center;
}
main section{
    display: inline-block;
    width: 25%;
    color: #DBCEAE;
    background-color: hsla(206, 29%, 22%, 0.958);
    margin-bottom: 50px;
    margin-top: 50px;
}

section {
    height: auto;
}

footer {
    background-color: #283a48;
    height: 100px;
    color: rgb(219, 206, 174);
    line-height: 100px;
}

.loop-img{
    width: 15%;
}



