:root{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
}

.btn{
    width: 10vh;
    height: 10vh;
    background: rgba(0, 0, 0, 0.514);
    color: #fff;
    border: 1px solid black;
    border-radius: 0 5px 5px 0;
    position: fixed;
    top: 45%;
    cursor: pointer;
    z-index: 999;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}
#left{
    left: 0;
}
#right{
    right: 0;
    border-radius:  5px 0 0 5px ;
}
.image-container{
    display: grid;
    place-items: center;
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
.image-container img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#season{
    color: #fff;
    font-size: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transition: transform 2000ms ease-in-out;
}
