/* VØRM Website Styles */

body {
  margin: 0;
  font-family: 'Orbitron', sans-serif;
  background-color: #0d001a;
  color: #f0eaff;
  line-height: 1.6;
}

.hero {
  background: url('assets/banner_final.png') no-repeat center center;
  background-size: contain;
  background-color: #14001f;
  height: 70vh;
  position: relative;
}

section {
  padding: 4rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  text-align: center;
  font-size: 2rem;
  color: #c084fc;
  margin-bottom: 1rem;
}

.players iframe {
  margin-bottom: 2rem;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.gallery img {
  max-width: 100%;
  max-height: 250px;
  border: 2px solid #47126b;
  border-radius: 10px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}

.socials a {
  color: #e0d4f7;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.socials a:hover {
  border-color: #a855f7;
}

footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  color: #9a70c9;
  background: #1a002b;
}
