.firstpage{
background-image: url("netflix clone.jpg");
}

.input{
  width: 350px;
  height: 50px;
  border-radius: 5px;
  background-color: black;
  font-size: 20px;
  margin-top: 50px;
  margin-left: 350px;
  border-color: black;
  color: white;
  opacity: 0.5;
}
.login{
  background-color: red;
  width: 250px;
  height: 55px;
  border-radius: 5px;
  font-size: 25px;
  margin-top: 50px;
  color: white;
  border-color: red;
  opacity: 100%;

}
 .center{
   padding-bottom: 200px;
}
.logo{
 margin-left: 150px;
 width: 150px;
 height: 90px;
 position: absolute;
}
.info{
  font-family: sans-serif;
  margin-top: 80px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: white;
  line-height: 3rem;
}
.hint{
    line-height: 3.5rem;
  font-family: sans-serif;
  font-size: 30px;
  text-align: center;
  color: white;
}
.email{
  line-height: 3rem;
  font-family: sans-serif;
  font-size: 25px;
  text-align: center;
  color: white;
  border-color: white;
}
.hero{
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    margin-top: 120px;
}
#name{
  margin-top: 10px;
  width: 100px;
  height: 30px;
  background-color: black;
  color: white;
  border-radius: 5px;
  margin-right:  20px;
}
.sign{
margin-top: 10px;
width: 80px;
height: 30px;
background-color: red;
color: white;
border-color: red;
border-radius: 5px;
background-color: red;
}
button:hover {
    background-color: #FF6868;
    border-color: #FF6868;
}

.drop{
  position: relative;
  margin-left: 1000px;
}

hr{
      background: black;
      border-style: none;
      border-top: solid;
      border-color:gray;
      border-width: 10px;
      width: 100%;
      margin: 0px auto 0px auto;
  }
  .secondpage{
    background-color: black;
    width: 100%;
  }
.inner1{
  font-family: sans-serif;
  padding-left: 150px;
  padding-top: 20px;
  font-size: 1.5rem;
  color: white;
  position: relative;
}
.inner2{

}
.heading{
  font-size: 3rem;
  line-height: 3rem;
}
.thirdpage{
  margin: 0px;
  background-color: black;
  width: 100%;
}
.column2{
  font-family: sans-serif;
  padding-left: 150px;
  padding-top: 20px;
  font-size: 1.5rem;
  color: white;
  position: relative;
}
.headline{
  font-size: 3rem;
  line-height: 3rem;
}
.image3{

}
.upperframe
{
  width: 100px;
  height:100px;
}
.div31{
  width: 350px;
  margin-left:140px;
  background-color: black;
  border-style: none;
  border: solid;
  border-radius: 15px;
  border-color:gray;
  border-width: 5px;
  position: relative;
  margin-bottom: 50px;
}
.table2{
  width: 100%;
}
.Stranger{
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}
em{
  color: blue;
}
.fourthdpage{
  margin: 0px;
  background-color: black;
  width: 100%;
}
.head{
  font-size: 3rem;
  line-height: 3rem;
}
.col1{
  font-family: sans-serif;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 100px;
}
.fifthdpage{
  margin: 0px;
  background-color: black;
  width: 100%;
}
.head5{
  font-size: 3rem;
  line-height: 3rem;
}
.c2{
  font-family: sans-serif;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding-right:  100px;
}
.image6{
  padding-left:  100px;
}
h1{margin: 0px;}
.last{
  margin: 0px;
  background-color: black;
  width: 100%;
  padding-bottom: 100px;

}
.question{
  color: white;
  text-align: center;
  font-size: 4rem;
  line-height: 3rem;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: sans-serif;

}
.question-table{
margin:  20px 50px 20px 50px;
background-color:gray;
color: white;
text-align: left;
padding: 10px;
font-size: 3rem;
line-height: 3rem;
position: relative;
}
h2{
  padding-top: 20px;
  margin: 0px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}
.answer{
  position: absolute;
  /* margin-right: 50px; */
  border: none;
  background-color:gray;
  font-size: 4rem;
  line-height: 3rem;
  color: white;
}
.lower{
  color: white;
  padding: 20px;
  background-color: black;
  width: 100%;
}
tr{
  padding: 20px;
}
h3{
  background-color: black;
  color: white;
  margin: 0px;
  padding: 20px;
}
footer {
    background-color: black;
    padding: 20px;
    text-align: left;
    font-weight: bold;
    font-family: sans-serif;

}

footer a {
    text-decoration: none;
    color: white;
    text-decoration: underline;

}
.shivam{
  padding-left: 20px;
}
