body {
    text-align: center;
    font-family: Amatic SC;
    background-color: #f0ecd9;
}

h1 {
    font-size: 6em;
    margin: 0.2em;
    font-weight: 200;
}

h2 {
    font-size: 2.0em;
    margin: 0.5em 0 0.25em;
    font-weight: 200;
}

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

form {
  font-size: 1.6em;
}

input[type=number] {
    width: 1.6em;
    font-size: 0.8em;
    border: 0px;
    font-family: Amatic SC;
    font-weight: 800;
}

input[type=submit], input[type=button] {
  font-family: Amatic SC;
  font-size: 1.1em;
  border-radius: 5px;
}

input[type=color] {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

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

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

tr {
    height: 20px;
}

td {
    width: 20px;
}
