html,
body {
  display: flex;
  background: #000;
  background-image: url(galaxy_background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin: 0;
  padding: 0;
}
html,
body,
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.may-fourth {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 40%;
  width: auto;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
#music-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 16px;
  font-size: 1rem;
  background-color: #000;
  color: #ffe81f;
  border: 2px solid #ffe81f;
  border-radius: 8px;
  font-family: 'Arial Black', Gadget, sans-serif;
  text-shadow: 0 0 5px #ffe81f;
  cursor: pointer;
  z-index: 999;
  transition: background-color 0.3s ease;
}

#music-toggle:hover {
  background-color: #111;
}
/* #lightsaber-cursor removed for GIF-based cursor */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #ffe81f;
  /* background: rgba(0, 0, 0, 0.8); */
  padding: 5px 0;
  z-index: 998;
}
#credit {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: rgba(255,255,255,0.15);
}
.svg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  max-width: 400px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
}
.svg-wrapper {
  border: 10px hsl(0, 100%, 50%) solid;
  border-radius:10% 0% 10% 0%;
  padding: 2em;
  background-color: rgba(0,0,0,0.5);
}
#sith-logo {
  width: 100%;
  height: auto;
  display: block;
}
#countdown {
  position: fixed;
  top: 10px;
  left: 10px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  color: #ffe81f;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 8px;
  border-radius: 4px;
}
