body {
  background-color: #001123;
  color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 2rem;
  line-height: 1.6;
}

h1 {
  text-align: center;
  color: inherit;
  font-size: 2em;
  margin-bottom: 20px;
}

.footer-note {
  text-align: center;
  font-size: 1.2em;
  color: inherit;
  margin-top: 40px;
  width: 80%; /* Restrict width to around 80% of the screen */
  max-width: 900px; /* Set a max width so it doesn't stretch too much on large screens */
  margin-left: auto; /* Center it horizontally */
  margin-right: auto; /* Center it horizontally */
  padding: 20px; /* Add some padding for a box effect */
  border-radius: 8px; /* Optional: adds rounded corners */
  background-color: transparent;
}

.footer-note p {
  font-size: 1.1em;
  margin-bottom: 10px; /* Space between paragraphs */
}

.footer-note iframe {
  display: block;
  margin: 20px auto; /* Center the video */
  border-radius: 8px; /* Optional: adds rounded corners to iframe */
}

.lyrics-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 20px auto;
  max-width: 90%;
  flex-wrap: wrap;
}

.jp {
  width: 35%;
  margin-left: 15%; /* Scoot it toward center */
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  color: inherit;
  font-family: 'Arial', sans-serif;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: left;
  word-wrap: break-word;
}

.en {
  width: 45%; /* Same width for the English column */
  padding: 20px;
  border-radius: 8px;
  color: inherit;
  font-family: 'Arial', sans-serif;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: left;
  word-wrap: break-word;
}

.jp p, .en p {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  padding: 0;
  word-wrap: break-word;
  font-size: 1.2em;
  white-space: pre-line;
}

.verse {
  margin-bottom: 1.5em !important; /* Space between verses */
}

.video-wrapper {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.video-wrapper iframe {
  max-width: 100%;
  border-radius: 10px;
}
.video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}