html {
  height: 100%;
  width: 100%;
  background-color: #100515;
}

body {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-family: 'IBM Plex Mono', sans-serif;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75em;
}

.highlight {
  width: 100%;
  padding: 0.25em 1em;
  background-color: #23FF1F;
  text-align: center;
  color: #222;
  border: 2px solid #1a1a1a;
}

.highlight p {
  margin: 0;
  padding: 0;
}