/* ===============================[ GLOBAL VARIABLES ]========================================= */
:root{
    --body-background-color: rgb(72, 107, 155);
    --top_holder-background-color: rgb(65, 97, 141);
    --main-holder-background-color: rgb(107, 145, 199);
    --main-holder-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    --one-holder-in-background-color: rgb(97, 136, 189);
    --one-holder-in-text-color: rgb(255, 255, 255);
    --label-font-size: 3dvh;
    --bottom_buffer_height: 10dvh;
}