*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal; 
    background: rgb(23,30,40);
    background: linear-gradient(90deg, rgba(23,30,40,1) 0%, rgba(56,72,96,1) 50%, rgba(23,30,40,1) 100%);
}


header{
    width: 100%;
    height: 56px;
    background-color: #260101;
    display: flex;
    justify-content: space-between;
}
header .head_logo{
    width: 10%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}
header .head_logo img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
header .user_log{
    width: 10%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}


section{
    margin-top: 30px;
    width: 100%;
    height: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section .img_and_trailer{
    width: 20%;
    height: 500px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: space-around;
}
section .img_and_trailer img{
    width: 250px;
    height: 370px;
}
section .img_and_trailer button{
    width: 50%;
    height: 40px;
    margin-left: 30px;
    border-radius: 30px;
    border: none;
    background-color: #590202E3;
}
section .img_and_trailer button a{
    width: 100%;
    height: 100%;
    color: white;
    font-size: 16px;
    text-decoration: none;
}
section .text_about_this{
   width: 40%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
section .text_about_this h1{
    width: 100%;
    color: white;
}
section .text_about_this .first_line{
    width: 30%;
    font-size: 18px;
    height: auto;
}
section .text_about_this .second_line{
    width: 60%;
    height: auto;
    font-size: 18px;
}
.about_p{
    width: 80%;
    height: 400px;
    margin: 0 auto;
}
.about_p b{
    font-size: 20px;
    color: white;
}
.about_p p{
    font-size: 18px;
}
main{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
main video{
    width: 1000px;
    height: 500px;
}