#under-construction .vh-100 {
    height: 100vh;
}

#under-construction a svg {
    fill: var(--white);
    transition: 0.3s all ease;
}

#under-construction a:hover svg {
    fill: #B366FF;
    transform: scale(1.1);
    transition: 0.3s all ease;
}

@media (max-width: 576px)
{


}

@media  (min-width: 577px) and (max-width: 767px)
{


}