/* you can add your own custom css here if you don't want to worry about SASS/SCSS */

:root{
    --blue-color : #68C7FF;
}

.bg-blue{
    background-color: var(--blue-color);
}

.nav-link{
    color: white ;
}