
/* nothing to see here stop poking around */

/* Basic page style resets */

body {
  font-family: "Pretzel", sans-serif;
  box-sizing: border-box;
  font-size: 20px;
}

[hidden] {
  display: none !important;
}


nav {
  background: lime;
  color: black;
  margin-top: 50vh;
  font-size: 30px;
}