.preloader{
    background: var(--text-color);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

