@font-face {
  font-family: Segoe Print;
  src: url(../fonts/segoe_print.ttf);
}
body {
  padding: 0;
  margin: 0;
  background: #cccccc;
  font-family: Segoe Print;
}
input:focus {
  outline: none;
}
.font-preload {
  position: absolute;
  left: 0;
  top: -100px;
}
