body {
  margin: 0;
  background-color: #000;
  font-family: Arial, sans-serif;
  color: white;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ddd;
}

img {
  width: 100%;
  height: auto;
  border: 2px solid #222;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.reflection {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #ddd;
  padding: 0 15px 30px;
}