@font-face {
    font-family: 'VHS Gothic';
    src: url('/vhs-gothic.ttf') format('truetype');
}

:root {
    --bg-blue: #000000;
    --neon-blue: #00d4ff;
    --text-color: #ffffff;
}

body {
  background-image: url("space.png");
  background-attachment: fixed;
   font-family: 'VHS Gothic', sans-serif;
   color: white;
   
margin: 0px;
    overflow-x: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
     user-select: none;
}

a {
   color: lightgrey;
}