body {
    text-align: center;
}

h1 {
    /*font-family: Merienda One;*/
    font-family: cursive;
    font-size: 70px;
    text-shadow: 1px 7px 2px green, 0 0 1em red, 0 0 0.2em cyan;
    margin: 0.2em;
}

h2 {
    margin: 1em 0 0.25em;
    font-family: Baloo;
    color: #808000;
}

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;
}

input[type=number] {
    width: 6em;
}
#sizePicker {

    text-shadow: 1px 1px 2px green, 0 0 1em yellow, 0 0 0.2em red;
}
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 4px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
}
