@import url('https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap');

* {
  background-image: url('backdrop1.gif');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  text-align: center;
  cursor: url("http://i205.photobucket.com/albums/bb186/mhilkas/cursor/esp14.gif"), default;
  color: #000000;
}

.fadeani { animation: fadeIn 2s; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


h2 { 

  font-family: "Ballet", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 70px;
  margin-bottom: 1px;
  font-size: 150px;
}

p {
  font-size: 25px;
}

* {
  color: #000000;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #000000, 0 0 60px #000000, 0 0 70px #000000;
  }
  
  to {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #000000, 0 0 60px #000000, 0 0 70px #000000;
  }
}

.buttonbox {
  font-size: 20px;
  display: flex;
}

.topspace {
  margin-top: 100px;
  margin-bottom: 1px;
}