/* Font and loading basics for page */

@font-face {
font-family: "SerifGothic";
src: url("/_Fonts/SerifGothic.ttf") format("truetype");
}

@font-face {
font-family: "Consola";
src: url("/_Fonts/Consola.ttf") format("truetype");
}

@font-face {
font-family: "Dosis";
src: url("/_Fonts/Dosis.ttf") format("truetype");
}

@font-face {
font-family: "Avant";
src: url("/_Fonts/ITC Avant Garde Gothic Std Medium.otf") format("truetype");
}


 body {

  background-color: black;
  color: white;
  font-family: "SerifGothic","Consola","Dosis","Avant";
}


/* cursor testing */
 html {
    cursor: url("/_Cursors/BH-pointer.cur"), auto;

a {
    cursor: url("/_Cursors/BH-help.cur"), auto;
}

.bg {
 background-image: url(/_Images/jpegsmallstars.jpg); 
 height: 98vh;

}

.home {

  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;

}