/* Base Reset */
body {
  font-family: 'Georgia', serif;
  background-color: #fdfdfd;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Header */
header {
  background-color: #2c3e50;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  border-bottom: 4px solid #3498db;
}

header img {
  vertical-align: middle;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5em;
  margin: 0;
}

.subtitle {
  font-size: 1.2em;
  color: #ecf0f1;
}

/* Main Content */
main {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

section {
  margin-bottom: 40px;
}

h2 {
  font-size: 2em;
  color: #2c3e50;
  margin-bottom: 15px;
}

ul {
  list-style-type: square;
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

p {
  font-size: 1em;
  line-height: 1.6;
}

iframe {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 315px;
  margin: 20px auto;
  border: none;
}

/* Quote Section */
.quote {
  background-color: #f0f0f0;
  padding: 20px;
  font-style: italic;
  border-left: 5px solid #3498db;
  margin-top: 20px;
}

/* Footer */
footer {
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  border-top: 4px solid #3498db;
}

footer a {
  color: #ecdbff;
  text-decoration: none;
}
