:root {
    --primary-color: #a2b94c !important;
    --secondary-color: #2ac59f;
    --primary-color-rgb: 88, 138, 240;
    --primary-font: "Verdana", sans-serif !important;
    --secondary-font: "Times New Roman", serif !important;
    --font-color: #595f5f;
}

.banner {
    background-color: #303a08 !important;
}