@font-face {
  font-family: 'Eighties FREE';
  font-weight: normal;
  src: url('../fonts/Eightiesfree-x38GO.woff') format('woff');
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: 'Courier New', cursive;
  margin: 0;
}