h1{
    text-align: center;
    color: var(--color-gray-300);
}

form{
    max-width: 25rem;
    margin: 2rem auto;
    padding: 1rem;
    background-color: var(--color-gray-600);
    border-radius: var(--border-radius-medium);
    text-align: center;
}
form a{
    color: white;
}

form a:hover,
form a:active{
    color: wheat;
} 