/* * {
    background: black;
}*/

body {
  background: black;
/*  background-color: black;*/
  color: gray;
  text-align: center;
  font-family: 'icosa'; 
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale; */
  font-size: 36px;
  line-height: 40px;
  
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@font-face {
/*  font-family: "Unifont";*/
  font-family: "icosa";
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*  src: local('Unifont');*/
/*  src: url('icosa.woff2') format('woff2');*/
  src: url('icosa.ttf') format('truetype');
/*  src: url('icosa.ttf');*/
}