body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-image: url("bunnybackgroundorange.png");
  background-repeat: repeat;
  cursor: url("boterkipcursor.png"), auto;
}

.center {
  margin: auto;
  width: fit-content;
}