body {
  background-color: #000000;
  color: #FF0000;

  min-height: 100dvh;
  overflow: hidden;

  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;

  padding: 0.625rem 8rem;
}

#navbar {
  flex: none;
  width: fit-content;

  padding: 0.625rem;
  padding-top: 2.5rem;
  padding-right: 3.75rem;

  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

#content {
  padding: 0.625rem;

  ul {
    list-style-type: "=> ";
  }
}

#header {
  width: fit-content;

  padding: 0.625rem;

  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;

  font-family: Consolas, monospace;
}
