
body {
  margin: 0;
  font-family: 'Trebuchet MS', sans-serif;
  background-color: #0c0c0c;
  color: #f4f4f4;
}

header {
  background: url('../images/pirate-banner.jpg') center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}

header h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

header p {
  font-size: 1.2em;
  color: #ccc;
}

section {
  padding: 50px 20px;
  max-width: 800px;
  margin: auto;
}

.highlight {
  color: gold;
  font-weight: bold;
}

.cta {
  background-color: #111;
  border: 2px solid gold;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}

.cta a {
  color: gold;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

.youtube {
  text-align: center;
  margin: 40px auto;
}

.youtube a {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}

footer {
  background: #111;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
  color: #888;
}

@media (max-width: 600px) {
  header h1 {
    font-size: 2em;
  }
}
