body {
    text-align: center;
    background-image: url('pexels-photo-242236.jpeg');
}

h1 {
    font-family: 'Fredericka the Great', cursive;
    font-size: 70px;
    margin: 0.2em;
}

h2 {
    margin: 1em 0 0.25em;
}

h2:first-of-type {
    margin-top: 0.5em;
}

table,
tr,
td {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
}

tr {
    height: 20px;
}

td {
    width: 20px;
}

td:hover {
    border: outset #0d46a3;
}

input[type=number] {
    width: 4em;
    text-align: center;
}
