/* ======= Grunge Zone Style ======= */
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Rubik+Glitch&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Share Tech Mono', monospace;
  background: url('https://i.imgur.com/93ugkYy.gif') center/cover fixed no-repeat;
  color: #e0e0e0;
  text-align: center;
  overflow-x: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.7);
  z-index: -1;
}

header {
  padding: 4em 1em 2em;
  text-transform: uppercase;
}

h1 {
  font-family: 'Rubik Glitch', sans-serif;
  font-size: 3em;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #f0f, 0 0 20px #0ff;
}

.tagline {
  color: #aaa;
  font-size: 0.9em;
  margin-top: -0.5em;
}

main {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #333;
  box-shadow: 0 0 20px #000 inset;
  border-radius: 10px;
}

section {
  margin-bottom: 2em;
}

.gallery img {
  width: 45%;
  margin: 10px;
  border-radius: 8px;
  border: 1px solid #555;
  box-shadow: 0 0 10px #000;
}

.links ul {
  list-style: none;
  padding: 0;
}

.links li {
  display: inline-block;
  margin: 0 10px;
}

a {
  color: #0ff;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #f0f;
  text-shadow: 0 0 8px #f0f;
}

footer {
  margin-top: 3em;
  font-size: 0.8em;
  color: #888;
}
