body {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 400;
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
}

a,
button,
input[type=submit],
input[type=reset] {
    font-family: sans-serif;
    font-size: 15px;
    background: #FFD700;
    color: black;
    border: #800000 3px solid;
    border-radius: 5px;
    padding: 18px 28px;
    margin-top: 10px;
}

a {
    text-decoration: none;
}

a:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    opacity: 0.9;
}