#preloader {
    width: 100%;
    height: 100%;
    background-color: rgba(43, 201, 69, 0.425);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}