@font-face {
  font-family: "RubikBrokenFax";
  src: url("/shrines/ai_art/style/RubikBrokenFax-Regular.ttf");
}

@font-face {
  font-family: "SpaceGrotesk";
  src: url("/shrines/ai_art/style/SpaceGrotesk-VariableFont_wght.ttf");
}

body {
  background: blue;
  font-family: "SpaceGrotesk";
  color: white;
  font-size: 25px;
}

h1 {
  font-family: "RubikBrokenFax";
  font-size: 150px;
  margin: 10px;
}

a {
  color: gold;
  font-weight: 900;
  text-transform: uppercase;
}

a:hover {
  color: greenyellow;
}

#gallery {
  overflow-x: auto;
  white-space: nowrap;
}

#header {
  display: flex;
}

.gallery img {
  width: 512px;
  display: inline-block;
}
