body {
  font-family: sans-serif;
  background-color: #eeeeee;
  font-size: medium;
}

a {
  text-decoration: none;
}

nav {
  margin-bottom: 25px;
}

.naventry {
  display: inline-block;
  width: 200px;
  padding-top: 4px;
}

.sheet {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #555555;
}

h2 {
  margin: 0;
  font-size: large;
}

h3 {
  font-size: medium;
}

p {
  margin: 0;
}

pre {
  border: 1px solid #eeeeee;
  padding: 10px;
  overflow-x: auto;
}

@media (prefers-color-scheme: dark) {
  .sheet {
    background-color: #000000;
  }
}