@font-face {
  font-family: 'Sysfont';
  src: url('fonts/sysfont.woff2') format('woff2'),
  url('fonts/sysfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'w95fa';
  src: url('fonts/w95fa.woff2') format('woff2'),
  url('fonts/w95fa.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  background: rgb(246,175,255);
  background: linear-gradient(0deg, rgba(246,175,255,1) 0%, rgba(143,246,255,1) 48%, rgba(246,175,255,1) 100%);
  cursor: url('cursor.gif'),auto;

  text-align:center;
  font-size: 125%;
  line-height: 1.5;
  margin: 0px;
  
  font-family: 'w95fa';
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -2px 0 0 #000, 2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000;
  
}

#border { 
  background-image: url("spacebg.gif");
  color: #ffd9f6;
  width: fit-content;
  max-width: 750px;
  margin: auto;
  margin-bottom: 20px;
  border: none;
  border: 30px solid transparent;
  padding: 0px;
  display: block;
  
  border-image: url(border.png) 46 round;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);}
 

  a:link, a:visited, a:hover {
    color: white; 
}

   a:hover {
    color: #ffd9f6; 
}
  
  
  
  
