html {
    background-color: #FBEEEF;
}

h2 {
    background-color: #952128;
}

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

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

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

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

nav {
    background: rgba(242, 209, 212,0.9);
}

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

blockquote em {
    background: #F2D1D4;
}

.sting {
    display: flex;
    align-items: center;
    margin: -10px 20px 0;
}

.sting img {
    max-width: 150px;
    display: block;
    box-shadow: 5px 5px rgba(0,0,0,0.25);
    animation: 1s forwards rotate_r;
}

.sting img:hover {
    animation: 0.5s backwards unrotate_r;
}

summary {
    background-color: #952128;
}

footer {
    background-color: #F2D1D4;
}

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

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