@font-face {
  font-family: "Donk Font";
  src: url(./fonts/TCCCUnity-Regular.ttf);
}

body {
  background-color: black;
  color: white;
  margin: 0; /* remove default spacing */
  min-height: 100vh; /* full screen height */
  display: flex;
  flex-direction: column; /* stack logo + heading */
  justify-content: center; /* vertical center */
  align-items: center; /* horizontal center */
  text-align: center;

  font-family: "Donk Font", Arial, sans-serif;
}

h1,
h2,
h3 {
  text-align: center;
}

#logo {
  /* width: 100%;
  display: flex;
  justify-content: center; */
  max-width: 80vw;
  max-height: 80vh;
  height: auto;
}
