section.light {
    background: #FFFCF0;
}

section.dark {
    background: #F2F0E5;
}

a {
    text-decoration-color: #879A39;
    text-decoration-thickness: 1.5px;
}

a:hover {
    color: #66800B;
}