html {
  height: 100%;
  width: 100%;
}
body {
  font-family: Sans-Serif;
  font-style: normal;
  font-weight: 500;
  background-image:url(https://greensmp.net/bg.webp);
  background-size:300px;
  min-height:100vh;
  position: relative;
}


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

* {
   font-family: font;
}

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


