body {
    background-color: #000;
    color: white;
    background-image: url("../images/header-image.png");
    background-repeat: no-repeat;
}

.header {
    width: 100%;
    height: 100%;
    padding: 0px 5px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 150px;
    margin-left: 100px;
}

.container {
    width: 400px;
    height: 100px;
    margin: 10px 100px;
    
}

#lang {
    width: 200px;
    border: 1%;
    border-color: white;
    border-radius: 5px;
    background-color: black;
    color: white;
    margin: 30px 20px 40px 10px;
    padding: 10px;
}

.btn {
    padding: 10px;
    background-color: red;
    color: white;
    border: 0;
    border-radius: 5px;
}


.area {
    font-family: sans-serif;
    font-size: 20px;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-top: 80px;
}

.area h1 {
    font-size: 3rem;
    line-height: 60px;
    font-weight: 900;
}

.email input {
    border-radius: 5px;
    margin-right: 10px;
    padding: 18px;
    width: 400px;
    background-color: black;
    color: aliceblue;
}

.email button{
    border-radius: 5px;
    padding: 12px;
    width: 200px;
    font-size: 20px;
    background-color: red;
    color: white;
    border: none;
    margin-bottom: 140px;
}
.email button:hover{
    background-color: rgb(176, 1, 1);
}

.text {
    display: flex;
    text-align: left;
}

hr {
    margin: 0;
    width: 100%;
    height: 9px;
    background-color: rgb(56, 56, 56);
    border: none;

}

.text {
    display: flex;
    align-items: center;
    

}

.text {
    width: 550px;
    margin-top: 160px;
    padding-left: 30px;
    padding-top: 80px;
    flex-wrap: wrap;
    float: left;
    
}

.text, h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 50px;
        line-height: 3px;
        margin-top: 160px;
        margin-left: 0;
        margin-bottom: 9px;
        
}

.text, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 20px;
    margin-left: 30px;
    margin-top: 5px;
    padding-left: 95px;
}

.textarea {
    height: 570px;
    
}

.imge {
    align-items: center;
    float: right;
    margin-right: 160px;
    margin-top: 50px;
}

.text2 {
    width: 550px;
    margin-top: 140px;
    padding-right: 140px;
    padding: 50px;
    flex-wrap: wrap;
    float: right;
    
}

.text2, h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 50px;
    margin-top: 130px;
    position: static;
    
}

.text2, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-right: 100px;
    margin-top: 10px;
    padding-left: 0px;
    margin-left: 0;
}

.textarea2 {
    height: 570px;
    text-align: left;
    
}

.imge2 {
    align-items: center;
    float: left;
    margin-left: 140px;
    margin-top: 60px;
}

@font-face {
    font-family: "NetflixSans";
    src: url("NetflixSans_W_Blk.woff2")
}

@font-face {
    font-family: "Netflix";
    src: url("NetflixSans_W_Rg.woff2")
}

h1 {
    font-family: NetflixSans;
}

p {
    font-family: Netflix;
}

.last {
    height: 570px;
    max-height: 900px;
    padding: 100px;
}

.lastbox {
    margin: 10px 80px
}

.faq {
    width: 100%;
    text-align: center;
}

.me {
    text-align: center;
}

h2 {
    font-family: NetflixSans;
    font-size: 50px;
}

.ul {
    margin: 10px;
}
