body{
    margin: 0;
    padding: 0; 

}
div.container{
    width: 400px; 
    background-color: rgb(201, 201, 201); 
    margin-top: 50px;
    border-radius: 5px; 
    
    
}
input[text]{
width: 90%;

}
button{
    width :40%; 
    margin-left: 30%; 
    margin-bottom: 30px;
    background-color: rgb(80, 80, 80) !important;
    border: 1px solid rgb(66, 66, 66) !important;
    outline-color: gray !important;
    font-weight: 600 !important;
}
button:hover{
    background-color: honeydew !important;
    color: black !important; 
    transition: 0.5s;
    
}
.email-label{
    margin-top: 30px; 
}
.title{
    font-size: 40px;
    text-align: center;
    color: gray; 
    margin-top: 10px; 
}