body {
    background-color: darkred;
    color: #fff;
    font-family: "Avenir Next";
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.vh-100 {
    height: 100vh;
}

input {
    border: 1px solid;
    border-radius: 0;
    padding: 0.5em 1.0em;
    line-height: 1.5;
}

input[type="password"] {
    background-color: #000;
    color: #fff;
}

input[type="submit"] {
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bolder;
}

a:hover {
  text-decoration: none;
}
