header{
    position: relative;
    background-color: black;
}
.videocontainer{
    max-width: 1280px;
    margin: auto !important;
}
video{
    object-fit: fill;
}

.movieinformation{
    max-width: 800px;
}
.movierelease span{
    padding: 10px;
}
.description{
    margin-top: 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.89);
}
.castinformation{
    margin-top: 30px;
}
.castinformation p{
    margin-top: 10px;
    font-size: 16px;
    color: rgb(221, 221, 221);
}
.castinformation span{
    font-weight: bold;
    color: rgb(241, 240, 240);
}

.actions{
    margin-top: 40px;
}
.actions i{
    font-size: 30px;
}
.actions a{
    color: rgba(255, 255, 255, 0.658);
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    margin-right: 60px;
}