.logo{
    height: 80px;
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 3%;
    top: 3%;
}
.background{
    width: 100%;
    height: auto;
    filter: brightness(40%);
}
.opt{
    position: absolute;
    right: 3%;
    top: 5%;
}
.heading{
    color: white;
   
   
}
.signin{
    background-color: red;
    color: white;
    border-radius: 8px;
    width: 80px;
    height: 37px;
}

#lan{
    background-color: rgba(0, 0, 0, 0.205);
    color: rgb(255, 255, 255);
    width: 120px;
    height: 37px;
    border: 2px solid white;
    border-radius: 8px;
}
option{
    text-align: center;
}
p{
    color: white;
    font-size: 26px;
}
.button{
    background-color: red;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
.input{
    background-color: rgba(0, 0, 0, 0.571);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(104, 104, 104);
    width: 380px;
    height: 56px;
}
.button3{
    color: white;
    background-color: rgb(50, 50, 50);
    text-align: left;
    margin-bottom: 3%;
}
.button2{
    color: white;
    background-color: rgb(50, 50, 50);
    width:100%;
}
.button2:hover{
    background-color: rgb(88, 88, 88);
}
.a{
    text-align: center;
    align-items: center;
    position:relative;
    top: 35%;
}
.b{
    width: 70%;
    height: auto;
}
.p{
    text-align: center;
    width: 98%;
    font-size: 17px;
}
.email{
    text-align: center;
}
.line{
    background-color: rgb(177, 177, 177);
    width: 100%;
    height: 1px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.ask{
    text-align: center;
}
.link{
   display:flex;
   flex-wrap:wrap;    
    width: 100%;
    position:relative;
    
}
.lab{
    color: white;
}
.first,.secend,.third{
    width: 25%;
}
.first{
    margin-left: 20%;
}
.q{
    color: white;
    text-decoration: none;
    padding-bottom: 20px;
}
.q:hover{
    text-decoration:underline;
}
.netflix{
    color: white;
   text-align: center;
}
.lan{
    margin-top: 5%;
    margin-bottom: 1%;
    text-align: center;
}
.tv{
    width: 100%;
    height: auto;
}