body {
  background-color: #0d0d0d;
  color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.container {
  width: 70%;
  margin: 80px auto;
}

h1 {
  color: #f5c542;
  font-size: 40px;
}

p {
  font-size: 18px;
  margin-bottom: 20px;
}

a {
  color: #4da6ff;
  text-decoration: none;
  font-size: 18px;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  margin: 20px 0;
}

.credit {
  font-size: 12px;
  color: #aaa;
}
