html, body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #202225;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #202225;
}


 
/* Colors */
.bg-orange{
    background-color: #EB6534;
}
