:root {
  --time-of-day-color-top: #fff;
  --time-of-day-color-bottom: #fff;
}

body {
  background: linear-gradient(#012459 0%, #001322 100%);
  background: linear-gradient(to bottom, var(--time-of-day-color-top) 0%, var(--time-of-day-color-bottom) 100%);
}

html {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
}

#poem {
  width: 24em;
  height: 7em;
  margin: 5em;
  position: relative;
}

.drop-zone {
  min-height: 150px;
}

div {
  background-color: #ffffff80;
  border: 1px solid #000;
  margin: 1em;
  padding: 1em;
}

.type-word {
  margin: 2px;
  padding: 3px;
  display: inline-block;
}

table, th, td {
  border: 1px solid #000;
}

h3, h4, h5, h6, p, span {
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=index.af20ad6e.css.map */
