.preloader{
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

.rotating{
    width: 200px;
    height: auto;
}

.notRotating{
    width: 40px;
    filter: drop-shadow(0 0 2px #373435);
    height: auto;
    position: absolute;
}