body{
    background-color: black;
    /*background-image: url('aniimg/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}
#wrapper{
    width: 1400px;
    padding:10px;
    margin:0px auto;
}
#imgheader{
    width: 1395px;
    height: 271px;
    margin-bottom: 35px;
    /*background-image: url('aniimg/Solo-Leveling.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;*/
}
#imgheader img{
    max-width: 150px;
    transform:rotate(3deg);
}
#nav{
    height: 60px;
    margin-top:10px;
    margin-bottom: 10px;

}
#nav ul li{
    list-style-type: none;
    display: inline;
    margin-right:30px;
}
#nav ul li a {
    font-size:25px;
    background-color: black;
    padding:8px 8px;
    text-decoration: none;
    color:white;
    border-radius: 5px 15px;
}
#nav ul li a:hover{
    /*background-color: red;*/
    background-image: url('aniimg/bg4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color:red;
}
#content{
   width: 900px;
   padding:10px;
   float: left;
   text-align: justify;
}
#content h3{
    color: white;
    font-family: 'Times New Roman', Times, serif;
}
#content h2{
    color: red;
    font-family: 'Times New Roman', Times, serif;
}
#sidebar video{
    max-width: 431px;
    height: 243px;
    float:right;
    clear: right;
    margin-bottom: 15px;
}
#footer p{
    clear:both;
    text-align: center;
    color: white;
}