.h-100vh{
    height:100vh;
}
.font-25{
    font-size:25px;
}
.font-18{
    font-size:18px;
}
.fw-600{
    font-weight:600;
}
.bg-green{
    background-color:#5c9609;
}
.bg-red{
    background-color:#dd0f0f;
}
.bg-blue{
    background-color:#1491ff;
}
.bg-yellow{
    background-color:#f3cf00;
}
.bg-black{
    background-color:#000000;
}
.bg-white{
    background-color:#ffffff;
}

@media (max-width:700px){
    .ht-auto{
        height: auto!important;
    }
}