.login-register-area {
    justify-content: center;
    display: grid;
}
a {
    cursor: pointer;
}

a:hover {
    color: #9fd468;
}