body {
  background: white;
  background-color: white;
  color: black;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: Gidole;
  src: url("assets/GidoleFont/Gidole-Regular.otf") format("opentype");
}

body {
  font-family: Gidole, sans-serif;
}

pre, code {
  font-family: "Courier", monospace;
  font-size: 90%;
}

.center {
  margin: 0;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
