h1 {
  text-transform: uppercase;
  text-shadow: 6px 6px 0px var(--theme-red), 12px 12px 0px var(--theme-black);
}
.title {
  display: flex;
  font-size: 2rem;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.subtitle {
  text-transform: uppercase;
}
.subtitle span {
  font-weight: bold;
  color: var(--theme-white);
}
.statement {
  font-family: var(--theme-primary-font);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
