body {
  text-align: center;
  font-family: "Slackey";
  color: black;
  background-color: #DAB1DA;
}

.button {
  background-color: darkseagreen;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-family: "Slackey";
}

.footer {
  color: white;
  text-align: center;
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "Slackey";
}

.judekerrheader {
  color: black;
  text-align: center;
  font-family: "Bitcount Grid Double Cursive";
  font-size: 42px
}

@font-face {
  font-family: "Slackey";
  src: url("media/fonts/Slackey-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Bitcount Grid Double Cursive";
  src: url("media/fonts/BitcountGridDouble_Cursive-Bold.ttf") format("truetype");
}