*{
    font-family: 'Roboto', sans-serif;
}

body{
    background-color: rgba(25, 25, 25, 1);
    color: #fefefe;
}

.primary{
    color: #fe0000;
}

a.primary:hover {
    color: #e40000 ;
}

.secondary{
    color: #fefefe !important;
}

a.secondary:hover {
    color: #efefef !important;
}

.bg{
    color: rgba(25, 25, 25, 1) !important;
}

a.bg:hover {
    color: rgba(25, 25, 25, 1) !important;
}


.no-deco{
    text-decoration: none;
}

.w-100vh{
    min-height: 100vh;
}
