html {
    background-color: #FFF4EB;
}

h2 {
    background-color: #B85600;
}

header {
    background: center/cover url(../../../assets/img/bgs/pexels-cottonbro_studio.jpg);
}

a {
    /* style */
    color: #B85600;
    text-decoration: 2px underline solid #FFDEC2;
}

hr, hr:first-of-type {
    border-bottom: 5px solid #FFDEC2;
}

hr {
    border-bottom: 5px solid #FFDEC2;
}

nav {
    background: rgba(255, 222, 194,0.9);
}

nav menu a:hover {
    background-color: #B85600;
}

blockquote em {
    background: #FFDEC2;
}

summary {
    background-color: #B85600;
}

footer {
    background-color: #FFDEC2;
}

@media (max-width: 550px) {
    .sting {
        flex-direction: column-reverse;
    }

    .sting img {
        margin: 30px auto 0;
    }
}
