body {
    width: 75%;
    margin: 0 auto;
    font-family: monospace;
}

h1, h2, h3 {
    text-transform: uppercase;
}

button {
    font-family: monospace;
    font-size: medium;
    text-align: center;

    background: #314961;
    border: #233344 solid 1px;
    color: white;

    border-radius: .5rem;
    padding: .2rem;
}

button:hover {
    background: #456386;
}