body, input {
    background-color: black;
    border: none;
    color: #f8f8f2;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16pt;
    margin: 0;
    padding: 0;
}

a {
    color: white;
    text-decoration: dotted underline;
}

.button {
    border: 1px solid white;
    color: white;
    font-size: 11pt;
    margin-right: 1.5vw;
    padding: 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background: white;
    color: black;
}

