* {
    margin: 0;
    padding: 0;
}
body {
    margin-top: 4%;
    background-color: rgb(0 0 0 / 95%);
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.861);
    color: white;
    letter-spacing: 7px;
}
.video-player {
    margin-top: 1%;
    background-color: rgb(0, 0, 0);
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.videos2 {
    margin-top: 1%;
    background-color: rgb(0, 0, 0);
    max-width: 45%;
    height: auto;
}
.next-container {
    padding: 20px;
}
.next {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}
.movies-list {
    background-color: rgba(0, 0, 0, 0.861);
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 685px) and (max-width: 1000px) {
    body {
        margin-top: 15%;
    }
}
@media only screen and (min-width: 363px) and (max-width: 363px) {
    body {
        margin-top: 30%;
    }
}
@media only screen and (min-width: 356px) and (max-width: 685px) {
    body {
        margin-top: 30%;
    }
}
@media only screen and (min-width: 266px) and (max-width: 356px) {
    body {
        margin-top: 60%;
    }
}
@media only screen and (min-width: 100px) and (max-width: 266px) {
    .title {
        font-size: 15px;
    }
    body {
        margin-top: 90%;
    }
    .next {
        font-size: 13px;
    }
}