form{
    font-size: 1.5rem;
    width : 35rem;
    padding: 2rem;
    max-width : 90vw;
    align-self: center;
    align-content: center;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--primaryDark);
}
input, label{
    align-self: center;
    margin: 0.4rem;
}
input[type="text"], input[type="email"], input[type="password"]{
        width: 70%;
}

@media only screen and (max-width: 500px){
    form{
        font-size: 1rem;
    }

}
