html {
  height: 100%;
  width: 100%;
}
body {
  font-family: Sans-Serif;
  font-style: normal;
  font-weight: 500;
}


@font-face {
   font-family: font;
   src: url(https://api.greensmp.net/font/Mojangles.ttf);
}

* {
   font-family: font;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
}

.button1 {
  background-color: grey; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #ff0000;
}

.button3:hover {
  background-color: #ff0000;
  color: white;
}

.button4 {
  background-color: white; 
  color: black; 
  border: 2px solid #6a5acd;
}

.button4:hover {
  background-color: #6a5acd;
  color: white;
}



body {
background-image:url(bg.webp);
background-size:300px;
min-height:100vh;
position: relative

}
h1, h2, p, span {
   font-size: 32px;
   color: #0cb038; /* Set the text color to light blue */
}


