canvas{
    width: 100%;
    height: 100%;
    background-color:#252a43;
    background-image:linear-gradient(315deg, rgb(40, 62, 81, 0.8) 20%, rgb(89, 89, 171) 63%, #e490aa 87%, #ffffff 100%);
    
    position:fixed;
    top:0;
    left:0;
}

.swiper {
    width: 100%;
    height: 90%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 90%;
    object-fit: cover;
}

* {
    transition: 0.2s linear;
}