@font-face {
  font-family: 'DotGothic16';
  src: url('DotGothic16-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'DotGothic16', sans-serif;
  background-color: #121212;
  color: #ffffff;
  padding: 20px;
}

.pixel-heading {
  font-size: 2.5rem;
  color: #ff007f;
}
