@font-face {
  src: url('/public/fonts/publicpixel.woff2');
  font-family: publicpixel;
}

@font-face {
  src: url('/public/fonts/notosans.woff2');
  font-family: notosans;
}

html, body {
  background: white;
  justify-content: center;
  margin: 0;
  padding: 0;
}

footer {
  background-color: #5e5c64;
  color: white;
  font-family: notosans;
  display: block;
  text-align: center;
  margin-top: 100%;
  padding: 1rem;
}

.topnav {
  background-color: #5e5c64;
  display: block;
  text-align: center;
}

.topnavlink {
  background-color: red;
  color: white;
  display: inline-block;
  font-family: publicpixel;
  font-size: 2rem;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.text {
font-size: 1.5rem;
text-align: center;
font-family: notosans;
}