* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  color: white;
  min-height: 100vh;
  overflow-y: auto;
}

.bg-fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 2s ease-in-out;
  z-index: 0;
}

main {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1rem;
}

#lunaradio {
  width: 100%;
  max-width: 520px;
  height: 500px;
  margin: 1rem auto 2rem auto;
  z-index: 10;
}

.social-icons {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.social-icons a {
  color: white;
  text-decoration: none;
  font-size: 2rem;
}

.powered {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.powered a {
  color: white;
  text-decoration: none;
}

@media (max-width: 480px) {
  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem;
  }

  #lunaradio {
    width: 95vw;
    height: 480px;
  }

  .social-icons a {
    font-size: 1.7rem;
  }

  .powered {
    font-size: 0.8rem;
  }
}

@media (max-width: 360px) {
  #lunaradio {
    height: 420px;
  }

  .powered {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  .social-icons {
    margin-top: 0.5rem;
  }
}
#lunaradiobuttonanalyzer {
  display:none;
}
#lunaradioiconlive {
  display:none;
}
#lunaradiocoverwrapper {
  border-radius:15px; 
  pointer-events: auto; 
  pointer-events: none;
}