body {
  background-color: #dcdcdc;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
  padding: 20px;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 70px;
  margin: 0;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.text {
  max-width: 800px;
  text-align: justify;
}

p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.highlight {
  color: #000000;
  font-weight: bold;
}

img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}
