@font-face {
    font-family: "UnifontExMono"; 
    src: url("UnifontExMono.ttf") format("truetype");
    }

@font-face {
    font-family: "liner BMP14"; 
    src: url("liner BMP14.ttf") format("truetype");
    }
body {
    background: #000000;
	background-attachment: fixed;
    background-position:right;
    background-repeat:no-repeat;
    background-size:;
	font-family: "UnifontExMono", fixedsys, System, monospace;
	font-size: 15px;
    color: white
  }
  
center {
  text-align: center;
  }
  

a {
  color: white;
  text-decoration: none
}


a.link {
  color: yellow;
  }

a.highlight:hover {
  color: yellow;
} 

.inner {
  font-size: 1.8vw;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  color: white;
  text-align: center
  }

.inner2 {
  font-size: 1.8vw;
  width: 41vw;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  color: white;
  text-align: center
  }

a.highlight:hover {
  color: yellow;
 } 

a.link {
  color: yellow;
  }
