
@font-face {
  font-family: Nintendo;
  src: url('https://font-wrld.neocities.org/fonts/NDS-BIOS.ttf');
  font-weight: normal;
}

.spinhead {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  overflow: hidden;
  background-color: black;
}

.containerimg {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.index {
  text-align: center;
  font-family: MS UI Gothic;
}

body {
  background-color: white;
  background-image: url("https://files.catbox.moe/116prr.gif");
  color: black;
  font-family: Comic Sans MS;
}


