body {
  text-align: center;
  background-color: rgb(250, 235, 215);
}

@font-face {
  font-family: 'Monoton';
  font-style: normal;
  font-weight: 400;
  src: url(Monoton.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1 {
  font-family: Monoton, cursive;
  font-size: 40px;
  margin: 0px;
  color: rgb(255, 128, 128);
}

h2 {
  margin: 1em 0 0.25em;
}

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

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

table {
  border-collapse: collapse;
  margin: 0 auto;
  background-color: rgb(250, 250, 250);
}

tr {
  height: 0;
}
.paletteFull{
  width: 20px;
  height: 18px;
  border: 1px solid black;
}

#palette {
  margin-bottom: 10px;
  margin-top: 10px;
}

td {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
}

input[type="number"] {
  width: 4em;
}





