main {
  height: 75vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1#title {
  font-size: 64px;
}

h1#title::after {
  content: "\01F6A7";
  margin-left: 20px;
}

h2 {
  font-size: 2em;
}

main h2 a span {
  font-size: 1.2em;
}

main h1 a::after {
  content: url("../resources/github-mark-white.svg"); /* Reference the SVG file */
  display: inline-block; /* Make sure the pseudo-element takes up space */
  width: 98px; /* Adjust the width and height as needed */
  height: 96px;
  margin-top: 100px;
  transform: scale(1.5);
}
