.preloader {
    display: flex;
}

::selection {
    color: var(--bg-color);
    background: var(--link-color);
}

.transition {
    display: none;
}

body {
    overscroll-behavior: none;
}

/* Add other preloader-specific styles here */