/* empyre.scss */
.highlight {
  background-color: yellow;
  color: gray;
  text-shadow: none;
}

body {
  background-color: #3a5a40;
  font-size: 1.125em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
