body {
    background-color: white;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: lightgrey;
}

main {
    text-align: center;
    vertical-align: middle;
}

a, a:visited {
    color: lightgrey;
    text-decoration: none;
}

a:hover {
    color: gray;
    text-decoration: underline;
}

img.logo {
    max-width: 100%;
}

input[type=submit], select {
    padding: 5px 15px;
    background: lightgrey;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#timer, .container {
    color: lightgrey;
}
.label {
    font-size: 0.5rem;
    padding-left: 0.25rem;
}
