body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to bottom right, #fbeffb, #d6f7f7);
  color: #444;
}

header, main, footer {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

header {
  text-align: center;
  background-color: #ffffffcc;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

h1 {
  color: #a64ca6;
  font-size: 2em;
  margin-bottom: 0.2em;
}

.images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.images img {
  max-width: 200px;
  border-radius: 10px;
}

.video-block {
  margin: 30px 0;
}

iframe {
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.affirmation {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #00695c;
  margin-top: 40px;
}

footer {
  text-align: center;
  margin-top: 40px;
  padding: 10px;
  font-size: 0.9em;
  color: #555;
}
