body {
    background: black;
    font-family: Roboto, sans-serif;
    font-weight: bolder;
    padding: 10vh 5vw 15vh;
    color: white;
}

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

.highlight {
    color: white;
}

footer {
    margin-top: 6em;
    border-top: 1px solid white;
    font-size: 0.8em;
}

footer a {
    display: inline-block;
    margin: 0.5em;
}

h1 {
    font-size: 4em;
}

p,
ul {
    font-size: 1.7em;
    margin-bottom: 2em;
    line-height: 1.3em;
}

#statement-response {
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-color: black;
    box-shadow: 0 0 2px black;
    margin-right: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid white;
}

th,
td {
    border: 1px solid white;
    padding: 5px;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
}
