/* The site colors */
:root {
    --main-color: #00aeef;
    --rec-color: red;
    --main-hover-color: #00aeef;
}

