*{
    padding: 0px;
    margin: 0px;
}

body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(21, 22, 22);
    color:white;
}

#test{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 border-radius: 20px;
    background-color: rgb(41, 52, 54);
    width:260px;
    margin: 20px;
    text-align: center;
    padding:30px 1px;
    padding-bottom: 10px;
}



#test:hover{
    transform: translateY(5px);
    cursor: pointer;
    transition:  ease-in 0.1s;
}

.container{
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  

}

img{
    width:130px;
}

header{
    display: flex;
    gap:400px;
    position: sticky; 
    top: 0;
    padding: 20px;
    
    background-color: rgb(19, 109, 136);
  
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    color:rgb(20, 243, 131)

    
    
}
input{

    padding-left: 10px;
    font-size: 20px;
    border: none;
    background-color: rgb(199, 214, 219);
    width:500px;
    height:40px;
}
button{
    font-weight: bold;
    color:white;
    padding: 12px 15px;
    padding-top: 7px;

    border:none;
    border-radius: 2px;
    background-color: rgb(47, 202, 94);
}
button:hover{
    cursor: pointer;
    opacity: 0.8;
    transform: translateY(1px);
}
button:active{
    opacity: 0.7;
   
}

.title{
    font-size: 22px;
}


@media screen and (max-width: 1228px) {
    /* Add your styles here */
    header{
        display:block;
        text-align: center;
      
    }
    input{
       margin-top: 20px;
        width:300px;
    }
    .info{
  
        visibility: hidden;
       
    }
}
@media screen and (max-width: 1860px) {
    .info{
  
        visibility: hidden;
       
    }
}


.info{
  
    display: flex;
    gap:40px;
  
    font-size: 21px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
   
}

.home:hover,.watch:hover,.about:hover{
    cursor: pointer;
    transition: 0.4s;
   color:white;
}

.continue{
   
   bottom: 0;
   text-align: center;
 
    position: static;
    padding: 10px;
    padding-bottom: 50px;
}
.more{
    width:100px;
   

}


#test2{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 border-radius: 20px;
    background-color: rgb(21, 27, 31);
    width:500px;
    margin: 20px;
    text-align: center;
    padding:30px 1px;
    padding-bottom: 10px;
}

#test2:hover{
    
    cursor: pointer;

}

.main-img{
    width:250px;
}


.frame{
    border: none;
    margin:100px;
    width:1000px;
    height: 600px;

}

.frame2{
    border: none;

    width:450px;
    height: 250px;
    margin: 10px;

}

.random_summary{
    border-radius: 10px;
    background-color: rgba(73, 73, 73, 0.493);
    text-align: left;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 10px;

    
    display: flex;

}

.random_sum{
    padding-left: 20px;
    padding-bottom: 40px;
}


#random_style{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 border-radius: 20px;
    background-color: rgb(20, 92, 121);
    width:1000px;
    margin: 20px;
    text-align: center;
    padding:30px 10px;
    padding-bottom: 10px;
}

.rand_duration,.rand_rating,.rand_popular,.rand_member,.rand_rank{
    padding-left: 150px;
}

.rand_rank{
    
    font-size: 20px;
    color:rgb(0, 247, 255);
}
.rand_popular{
    font-size: 20px;
    color:rgb(0, 255, 242);
}
.rand_rating{
    font-size: 20px;
    color:rgb(0, 255, 0);
}
.rand_member{
    font-size: 20px;
    color:rgb(228, 122, 122);
}
.rand_score{
    color:rgb(228, 255, 78);
    font-size: 20px;
}

.title_rand{
    font-size: 40px;
}

.rand_duration{
    color:white;
    font-size: 15px;
}

a{
    font-size: 20px;
    text-decoration:double;
    color:rgb(10, 255, 181);
}
a:hover{
    color:blue;
}


#random_style_main{

    background-color: rgb(2, 2, 2);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width:700px;
 
    text-align: center;
    border-radius: 10px;
  
    
}

.main{
    font-size: 20px;
    padding-left: 50px;
    color: rgb(14, 226, 198);
}
.main_ep{
    font-size: 20px;
    padding-left: 50px;
    color:rgb(145, 255, 0);
}



.random_summary_main{
    border-radius: 10px;
    
    text-align: left;
    margin-top: 10px;
   
  

    
    display: flex;

}


#logo{
    cursor: pointer;
}

#logo > h1:hover{
   opacity: 0.8;
    
}



#top1{
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    background-color: rgba(29, 83, 100, 0.185);
    width:280px;
    margin: 10px;
    text-align: center;
    padding:30px 1px;
    padding-bottom: 10px;
}

#top1:hover{
    
    cursor: pointer;

}


.anime_num{
    color:rgb(0, 195, 255);
}  
   

.addBtn{
    margin-top: 10px;
    background-color: rgb(21, 30, 158);
}
   
 
   
