:root {
  --pink: rgb(237, 42, 145);
}

body {
  background: rgb(0, 0, 0);
  min-height: 1280px;
  padding: 0;
  margin: 0;
  /* overflow: hidden; */
}

main {
  padding-left: 16px;
  padding-right: 16px;
}
canvas {
  position: relative;
  background-color: black;
  min-height: 1280px;
  width: 100%;
  height: 100%;
}

main {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 800px;
}

body,
.container {
  text-align: center;
  color: rgb(0, 206, 165);
  font-family: Arial, sans-serif;
  text-align: center;
}

.socials > * {
  margin: 0 10px;
}

.socials img {
  height: 32px;
}

h1 {
  color: rgb(0, 185, 236);
  font-size: 2em;
  margin-top: 50px;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.logo {
  max-width: 400px;
}

.band {
  max-width: 100%;
  margin-top: 50px;
}

p {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

.pink {
  color: rgb(237, 42, 145);
}

.btn {
  padding: 10px 20px;
  background-color: var(--pink);
  /* Use the pink color variable */
  color: white;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 36px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-top: 40px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.botld_lightning {
  max-width: 580px;
  margin-right: 50px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ff69b4;
  text-shadow: 0 0 10px #ff69b4, 0 0 20px #ff00ff, 0 0 30px #ff00ff;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  line-height: 1.6;
  color: #ff6ec7;
  text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff;
  margin-bottom: 30px;
}
.glam_btn {
  display: flex;
  flex-direction: column;
}
.glam_btn a {
  display: block;
  margin: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: linear-gradient(45deg, #ff00ff, #ff6ec7, #ff69b4);
  box-shadow: 0 4px 15px rgba(255, 105, 180, 0.75);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 16px;
}

.glam_btn a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 105, 180, 1);
}

.glam_btn a:active {
  transform: scale(0.9);
}

@keyframes glitter {
  0%,
  100% {
    text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 20px #ff00ff,
      0 0 30px #ff00ff, 0 0 40px #ff00ff;
  }
  50% {
    text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 20px #ff00ff,
      0 0 30px #ff00ff, 0 0 40px #ff00ff;
  }
}

@media (max-width: 955px) {
  .flex {
    display: block;
  }
  .botld_lightning {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
