body {
  background-color: black;
  background-image: url("https://nubs.gg/pictures/blobnub.jpg");
  background-repeat: repeat;
  background-size: fill;
  position: cover;
}

.maintext {
  color: #c31cfc;
  text-align: center;
  font-family: 'Imperial Script',cursive;
  font-size: 200px;
}

.congratstext {
  color: #c31cfc;
  text-align: center;
  font-family: 'Imperial Script',cursive;
  font-size: 80px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #710d5c;
  color: #000000;
  text-align: center;
  font-family: 'Imperial Script', cursive;
  font-size: 22px;
}

.nolink {
  color: #000000;
  text-decoration: none;
}

.wolf-mode {
color: black;
background-image: url("https://nubs.gg/pictures/wolfnub.jpg");
background-repeat: repeat;
background-size: fill;
position: cover;
}

.button1 {
  background-image: url("https://nubs.gg/pictures/wolfnub.jpg");
  position: cover;
  width: 96px;
  height: 96px;
}