* {
    margin: 0;
    padding: 0;
     font-family: Helvetica,'Roboto', Arial, sans-serif;

}

html, body {
    height: 100%;
}

body {
    background: linear-gradient(#490902, #000000);
    min-height: 100vh;
    background-repeat: no-repeat;
}
.headernetflix{
    color:rgb(229, 9, 20);
    padding-top: 20px;
    color: red;
    font-size: 45px;
    margin-left: 120px;
}
header{
    border:0.5px solid #403e3e;
    height: 100px;
}
.content{
  margin-top: 18px;
  margin-left: 35%;
  height: 40%;
  width: 30%;
 
 
}
h1{
    color:white;
    font-size: xx-large;
}
.orget{
    color:gray;
   padding-top: 10px;
}
input{
    color: rgb(216, 208, 208);
    margin-top: 20px;
   border-radius: 7px;
  
    width: 90%;
    height: 45px;
    background:transparent;
    padding-left: 10px;
    
}
button{
    border-radius: 7px;
    margin-top: 14px;
    padding-top: 3px;
    color:white;
    background-color: red;
     width: 90%;
    height: 45px;
}
.get-help {
    width: 300px;
    font-family: Arial, sans-serif;
}

details summary {
    cursor: pointer;
    padding: 10px;

    color: white;
    border-radius: 5px;
    list-style: none;
}




details[open] summary {
    
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.options {
    font-size: small;
   color: white;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.options a {
    display: block;
    color: #ccc;
   
    padding: 6px 0;
}

.options a:hover {
    color: white;
    text-decoration: underline;
}
.last{
    color:gray;
    font-size: smaller;
}
#learnmore{
    color: white;
    text-decoration: none;
}