body, html {
    margin: 0;
    font-family: sans-serif;
}

.content {
    margin: 0 auto;
    width: 75%;
}

@media (max-width: 800px) {
  .content {
    margin: 0 auto;
    width: 95%;
  }
}

h1, h2, p {
    color: white;
}

h1 {
    text-align: center;
    font-size: 250%;
}

p {
    font-size: 120%;
}

.auth_input_field {
    font-size: 125%;
    width: 100px;
    background-color: hsl(0, 0%, 10%);
    border-radius: 10px;
    color: white;
}

.auth_input_submit {
    font-size: 125%;
    background-color: hsl(0, 0%, 20%);
    border-radius: 10px;
    color: white;
}