.loader{
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    z-index: 300;
}

.loader.active{
    display: flex;
}

.loader img{
    width: auto;
    height: 120px;
    object-fit: contain;
}
