@font-face {
  font-family: font1;
  src: url(font1.ttf);
}
body { text-align: center; background-color: #123; font-family: font1; color: white; margin: 0; padding: 0}
#canvas:focus { outline: none;background-color: #000;}
#canvas { outline: none;background-color: #000;}
