@font-face {
  font-family: 'Chicago';
  src: url('fonts/Chicago.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0a0a14;
}

#c {
  display: block;
  width: 100%;
  height: 100%;
}
