@font-face {
  font-family: clacon;
  src: url(clacon.ttf);
}

body {
  background: #000000;
  color: #00EE00;
  font-family: "clacon", monospace;
  font-size: 32pt; 
  position: center; 
  margin: 10%;
  width: 100%;
}
