.container-dash{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
   
   
}
.email-container2{
    display: flex;
    flex-direction: column;
    align-items: center;
    
    justify-content: center;
}
#email-sec2{
    width: 300px;
    height: 50px;
    background-color: rgb(91, 85, 85);
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
   
}
#email-sec2::placeholder{
    color: rgb(161, 158, 158);
    font-size: 16px;
}
#pass-sec2{
    width: 300px;
    height: 50px;
    padding-left: 15px;
    background-color: rgb(91, 85, 85);
    border: none;
    border-radius: 5px;
}
#pass-sec2::placeholder{
    color: rgb(161, 158, 158);
    font-size: 16px;   
}
.sign-in2{
    margin-left: 50px;
    font-size: 25px;
    color: white;
    margin-top: 70px;
}
.sign-butt2{
    width: 300px;
    height: 50px;
    margin-top: 35px;
    background-color: red;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.sign-butt2:hover{
    background-color: rgb(181, 34, 34);
    transition-duration: 0.175s;
}
.container-3{
    display: flex;
    margin-top: 10px;
    color: white;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
   
}
.help-sec2{
    cursor: pointer;
    font-size: 14px;
}
.help-sec2:hover{
    text-decoration: underline;
}
#check2{
    margin-left: 50px;
    font-size: 18px;
}
#para2{
    display: block;
    font-size: 18px;
    color: rgb(91, 85, 85);
}
.para3{
    font-size: 14px;
    color: rgb(91, 85, 85);
}
.link-5{
    color: white;
    text-decoration: none;
}
.link-5:hover{
    cursor: pointer;
    text-decoration: underline;
}
.footer-netflix2{
display: flex;
flex-direction: column;
row-gap: 30px;

}
#netflix-footer2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 220px;


}
.link6{
    color: rgb(91, 85, 85);
    text-decoration: none;
    width: fit-content;
}
.link6:hover{
    cursor: pointer;
    text-decoration: underline gray;
}
.box7{
    width: 400px;
    height: 80vh;
    background-color: rgba(0,0,0,.75);
    border: none;
    border-radius: 5px;
}
.last-cell2{
    position: absolute;
    background-color: regb(0,0,0,.75) ;
    font-size: 18px;
    color: rgb(91, 85, 85);
    padding-top: 50px;

  
    
}
.link3{
    color: blue;
   
    
}
.link3:hover{
    cursor: pointer;
    text-decoration: underline;
}

.sec-foot2{
    position:relative;
    border: none;
    margin-left: -8px;
     
    margin-top: 50px;
    width: 100%;

}
body{
    background-color: black;
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
}
.img-container8{
    font-size:4.5rem;
    color: red;
    margin-left: 80px;
    padding-top: 50px;

}
.sign-link8{
    color: white;
    text-decoration: none; 
}
.main-container{
    margin-top: -30px;
    background-repeat: no-repeat;
    margin-left: -10px;
    margin-right: -30px;

}