body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

header {
  text-align: center;
  padding: 20px;
  background-color: #000;
}

.logo-image {
  max-width: 200px;
}

.shop-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

section {
  margin-bottom: 40px;
}

.content-item {
  text-align: center;
  margin: 10px 0;
}

.lovewiesn-title {
  font-size: 3em;
  color: #ff69b4;
}

.love-deed {
  font-size: 2em;
  font-style: italic;
}

.event-date, .event-highlight, .event-details {
  font-size: 1.2em;
}

.hero-image {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

.weltformel-code {
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  font-family: monospace;
  white-space: pre;
}

button {
  background-color: #ff69b4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
}

button:hover {
  background-color: #ff1493;
}

.audio-player {
  margin: 20px 0;
}

.lyrics {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

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

footer {
  text-align: center;
  padding: 10px;
  background-color: #000;
  color: #fff;
}

.highlight-link {
  color: #ff69b4;
  text-decoration: none;
}

.highlight-link:hover {
  text-decoration: underline;
}