*{
    margin :0 ;
    padding :0;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
body{
    background-color: #15332c;
}
h1 span{
    color: burlywood;
    padding-top: 50px;
}
.container{
    margin: 12%;
    width: 90%;
    max-width: 700px;
}
.container h1 span{
    text-decoration: underline;   
}
input{
  width: 300px; 
  height: 40px;  
  font-size: 18px; 
  padding: 8px; 
  margin-top: 50px;   
}
.check{
    height: 20px;
    width: 20px;
    margin-top: 30px;
    justify-content:center;

}
#button{
    width: 150px;
    height: 30px;
    padding: 8px;
    margin-top: 30px;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;
    background-color: black ;
    color: white;
}
#button:hover{
    background-color: whitesmoke;
    color: black;
}