body {
    --bg-color: #f4e9e7;
    background-color: var(--bg-color) !important;
}

main {
    background-color: rgba(0, 0, 0, 0.05) !important;
}