.login-area {
    width: 300px;
    height: 200px;
    margin: 130px auto auto auto;
}

.login-button {
    background-color: #454545;
    color: white;
    border: none;
}

.login-button:hover {
    background-color: #343434;
    color: white;
    border: none;
}
