body,
html {
  margin: 0;
  padding: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  color: white;
}

body {
  background: linear-gradient(135deg,
      #020810 0%,
      #0a1c3f 25%,
      #3a0e22 50%,
      #4a0812 100%);
  background-attachment: fixed;
}

a {
  color: antiquewhite;
}

.top-bar {
  background-color: #111;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.top-bar .button {
  background-color: #333;
  border: none;
  color: white;
  font-size: 1.5em;
  font-variation-settings: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}

.top-bar a.button img {
  vertical-align: bottom;
}

.container {
  display: flex;
  margin: 20px auto;
  width: 80vw;
}

#herb {
  position: absolute;
  margin-top: -100px;
  margin-left: 10%;
  display: flex;
}

.column {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.column ul {
  list-style: circle;
}

/* Style adjustments for individual columns */
.left-column,
.right-column {
  flex: 0 0 25%;
}

.middle-column {
  flex: 0 0 50%;
}

.right-column .match-date {
  font-family: monospace;
  color: goldenrod;
}

.middle-column img {
  margin: 0.25em;
}

.month-separator {
  background-color: #624;
  padding: 10px;
  font-weight: bold;
}
