@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Electrolize&display=swap');


html, body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: rgb(27,27,27);
    font-size: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}



.top, .middle{
    display: flex;
    align-items: center;
}

.top{
    font-family: "Electrolize", sans-serif;
    font-weight: 400;
    font-style: normal;
    justify-content: center;
    width: 100%;
    height: 10%;
    min-height: 10%;
    margin-bottom: 3%;
}

.top h1{
    color: #ffffff;
    z-index: +1;
    position: relative;
    font-size: 1em;
    text-align: center;
}



.middle {
    width: 100vw;
    height: 70%;

    position: relative;

    
    font-family:"Bebas Neue", sans-serif;
    font-weight: 400;
    font-style:normal;

    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}


.swiper {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 1px #202427;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-slide h2{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -10%);
    color: rgb(255, 255, 255, 0.8);
}


.bottom{
    width: 100%;
    height: 10%;
    min-height: 10%;
}
