body {
    background-color: black;
    color: white;
}

h1 {
    text-align: center;
}

h3 {
margin: 3px
}

input, label {
    margin: 4px;
}

button {
    margin-top: 5px;
}

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