body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #272E33;
  color: #D3C28A;
  font-family: monospace;
  font-size: 24pt;
}

::-moz-selection {
  background: #D3C28A;
  color: #272E33;
}

::selection {
  background: #D3C28A;
  color: #272E33;
}

a {
  color: inherit !important;
  /* text-decoration: none !important; */
  pointer-events: auto;
}

a:visited,
a:hover,
a:active,
a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.clock {
  font-size: 64pt;
  letter-spacing: 2px;
}

#search-parent {
  display: flex;
  justify-content: center;
  border: 2px solid #D3C28A;
  padding: 1rem;
}

#search {
  all: unset;
  cursor: text;
}

#search-button {
  all: unset;
  cursor: pointer;
  font-size: 36px;
}

.columns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5rem;
}

legend {
  font-weight: bold;
}

.column {
  border: 2px solid #D3C28A;
  padding: 2rem;
}

.column-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}/*# sourceMappingURL=style.css.map */