body{
  background-color: #da9100;
  color: black;
  font-family: system-ui;
  text-wrap: pretty;
  display: block;
  margin: auto;
}

/* details stuff for zettelkastens, faqs, and what-have-you
   Colors are Cohost cherry and mango quantized to RGB332 (RIP Cohost)*/
details{
  border: 0.25em solid #912424;
  padding: 0.5em;
  background-color: #ffb655;
  color: #000000;
  margin: 0.5em;
}

details details{
  width: auto;
}

header{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: center;
  margin: auto;
  width: 60%;
}

nav{
  float: right;
  position: relative;
}

nav ul{
    list-style-type: none;
}

nav ul li{
  display: inline;
}

main {
  background-color: #914800;
  color: #ffffaa;
  margin: auto;
  position: center;
  display: block;
  font-size: 1.25rem;
  width: 70%;
}

a:link, a:hover, a:visited, a:active{
  background-color: #ffffaa;
}