html, body {
    width: 100%;
}

:root {
    --white: rgb(255, 255, 255);

    --primary-text-color: rgb(27, 43, 86);
    --secondary-blue-text-color: rgb(37, 60, 128);

    --primary-gray-color: rgb(221, 221, 221);
    
    --primary-yellow-color: rgb(253, 185, 51);
    --primary-yellow-transparent: rgb(253, 185, 51, 0.75);

    /* Utils */
    --white-transparent: rgba(255, 255, 255, 0.75);
    --red-bottom-border-color: rgb(194, 21, 28);
}

* {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}