body {
    background-color: #242424;
    color: white;
}
nav {
    position: fixed !important;
    width: 90%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(3px);
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5) ! important;
}
.discover {
    margin-top: 90px;
    padding: 15px;
    text-align: center;
}
.anime {
    padding: 15px;
    text-align: center;
}
.korean {
    padding: 15px;
    text-align: center;
}
.tv {
    padding: 15px;
    text-align: center;
}
.discover_movies {
    padding: 15px;
    text-align: center;
}
.discover_animated {
    padding: 15px;
    text-align: center;
}
.margin-top {
    margin-top: 90px;
}
.movie {
    width: 180px;
    height: 289.57;
    color: white;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 30px;
    margin-top: 30px;
    transition: 0.2s all;
}
.movie:hover {
    outline: 2px solid #14A2B8;
    border-radius: 5px;
}
.movie > img {
    width: 100%;
    height: 270px;
    display: block;
    border-radius: 5px;
}
.footer {
    background-color: black;
    color: white;
    padding: 15px;
}
.navbar-brand {
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
#loader {
    color: white;
    height: 2px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    width: 10%;
    transition: 0.5s all;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
}