:root{
    /* colors pallet */
    --primary-color: #121271;                   /* used for important sections (buttons, headers, ...) */
    --secondary-color: #3366CC;                    /* used for selection */

    /* background */
    --background-color: #ccc;

    /* hover */
    --hover-color: #eeFFFF;
}