  @import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500&family=Poppins:wght@200&family=Share+Tech+Mono&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap');

  body,
  html {
    animation: mainFade 3s ease-in-out;
    background-image: url('../images/lastmaningalaxymed.jpg');
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: hidden;


  }