﻿:root {
    --nav-hover: #ffe282;
    --article-bg: #ffedb3;
    --background: #eaffdf;
    --button: #ffd342;
}

#body-background {
    background: url("../images/BG_summer.JPG") no-repeat fixed;
}
@media (max-width: 600px) {
    #body-background {
        background: #eaffdf;
    }
}