*{
    margin: 0;
    padding: 0;
}

header{
    height: 100px;
    background: rgba(0,0,0,0.7);
    width: 100;
    z-index: 12;
}

.logo{
    font-family: italic;
    font-size: 38px;
    padding: 50px;
    margin-left: 50px;
}

.anime{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(0,0,0,0.5)50%), url(https://wallpapercave.com/wp/wp6545499.png);
    background-position: center;
    background-size: cover;
    height: 110vh;
}

.logo a{
    color: rgb(255, 0, 0);
}

.logo a:hover{
    color: red;
}

.a{
    color: gold;
}

.b{
    color: goldenrod;
}

.nav_bar{
  font-family: 'poppins';
  font-size: 20px;
  float: right;
  list-style: none;
}

.nav_bar li{
       display: inline-block;
}

.nav_bar li a{
    padding: 15px;
}

.nav_bar li a:hover{
    background: #7D7A7A;
    color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    border-width: auto;
}

.carousel-item img{
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: auto;
        height: 100vh;
        filter: brightness(80%);
}

.box{
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 25px;
}