/* center the login form in the middle of the screen */

h1 {
    text-align: center;
}

.container {
    margin-bottom: 150px;
    position: relative;
    text-align: center;
    height: 400px;
    border: 5px solid;
    padding: 100px;
    font-size: x-large;

}

.center {
    margin: 50px auto;
    width: 400px;
    height: 400px;
}


.login {
    width: 150px;
    display: block;
    text-align: center;
    margin: 50px auto;

}


*{
    text-align: center;
}

button:hover{
    background-color:blue !important;
    
}