@font-face {
  font-family: "SuperMario";
  src: url("../fonts/SuperMario_Luigi.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 1.5rem;
  font-family: "Marker Felt", sans-serif;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  line-height: 1.6;
}

main {
  max-width: 90%;
  margin: 0 auto;
}

h1 {
  font-family: "SuperMario", sans-serif;
  font-size: 6rem;
  color: #000;
  text-decoration: none;
  color: oklch(65% 53% 143deg);
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6rem;
  margin-block-start: 3rem;
}

img {
  filter: drop-shadow(2px 4px 6px oklch(65% 53% 143deg));
}
