@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    background-color: black;

}
.btn{
    position: absolute;
    top: 65%;
    left: 10%;
    background-color: red;
    color: white;
    font-size: 16px;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.btn2{
    position: absolute;
    top: 1%;
    left: 90%;
    background-color: red;
    color: white;
    font-size: 16px;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;

}

.BigText{
    position: absolute;
    top: 30%;
    left: 10%;
    width: 30%;
    font-size: 300%;
    color: white;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}
li{
    float: left;
}
li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover{
    background-color: red;
    border-radius: 10px;
}
        .arcaneimg{
    width: 1850px;
    height: 1000px;
}
.moviesection{
    max-width: 900px;
    text-transform: uppercase;
    padding-left: 10%;
    color: white;
}
hr.rounded{
    border-top: 3px solid red;
    border-radius: 5px;
}
.movieimg .myimages{
    height: 500px;
    width: 280px;
}
.movieimg .myimages img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.movieimg{
    float: left;
    width: 30%;
    padding: 15px;
    max-width: max-content;
    padding-left: 5px;
}
.moviecontainer::after{
    content: "";
    clear: both;
    display: table;
}
.moviecontainer{
    height: max-content;
    width: max-content;
}
  
.slt {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: white;
    width: 180px;
    height: 30px;
    background-color: black;
  }