body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
font-family: "Silkscreen", sans-serif;
  background-image: url(Images/Glitter.gif);
  background-color: #000000;
  }

::-webkit-scrollbar {
  display: none; 
}


.mid{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainbox {
  
width: 600px;
height: 440px;
padding: 25px;
background-image: url(images/tvscreen.gif);
background-size: contain;
border: 10px solid #000000;
-webkit-border-radius: 40px;
border-radius: 40px;
text-align: center;

color: rgb(0, 0, 0);

}

h1 {
  font-size: 60px;
  font-family: "Special Elite", system-ui;

}

h2 {
  font-size: 34px;
  font-family: "Special Elite", system-ui;
}


.button {
  height: 100px;
}

a {
  display:inline-block;
  transition: all 0.1s ease;
}

a:hover {
  transform: scale(1.2);
}