@font-face {
  font-family: 'Deltarune';
  src: url("https://files.catbox.moe/j5vlj7.otf"); 
}

body {
  background-color: black;
  font-family: 'Deltarune';
}

.gasterbox {
  
  text-transform: uppercase;
  font-size: 3em;
  text-align: center;
  color: white;
  top: 200px;
  
}
