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

body {
  font-family: Arial, sans-serif;
  color: #fff;
  background-color: #000;
}

/* Background Image */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 10;
  padding: 16px;
  background-image: url('./jpegPIA26622.jpg'); /* Replace with your satellite image URL */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100vh;
}


/* Header */
header {
  text-align: center;
  padding: 40px 0;
}

h1 {
  font-size: 3em;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Main Content */
.main-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.main-content p {
  font-size: 1.5em;
  margin: 20px 0;
}

.button {
  padding: 10px 20px;
  font-size: 1.2em;
  background-color: rgba(0, 123, 255, 0.8);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: rgba(0, 123, 255, 1);
}

/* Footer */
footer {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

footer p {
  font-size: 1em;
}

/* S3 File List */
.s3-files ul {
  list-style: none;
  padding: 0;
}

.s3-files h3 {
  align-items: center;
  font-size: 1.0em;
  color: #fff;
  text-decoration: underline;
}

/* Song List */
.song-list {
  list-style: none;
  padding: 0;
  align-items: center;
  font-size: 1.0em;
  color: #fff;
  text-decoration: underline;
}
