@font-face {
  font-family: specialGothic;
  src: url(SpecialGothicExpandedOne-Regular.ttf);
}

html {
  background-color: black;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

h1 {
  color: yellow;
  font-family: specialGothic;
}

h2 {
  color: lightyellow;
}

h4 {
  color: white;
}
