﻿:root {
    --bg-site: #fae6e1;
    --bg-box: #fae6e1;
    --color-theme: #af6464;
}
header {
    background: var(--bg-site);
}
footer {
    background: var(--bg-site);
}