html, body {
    background-color:#33cc33;
}

img {
    width: 150px;
}

#container {
    max-width: 800px;
    margin: auto;
}

#container h1,
#container h2 {
    font-family: "Sixtyfour", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "BLED" 0, "SCAN" 0;
    color: white;
}

table {
    border: 2px solid white;
}

td {
    border: 1px solid white;
}