body {
  font-family: Arial, sans-serif;
  margin: 20px;
  background-color: #f9f9f9;
  color: #333;
}

h1 {
  text-align: center;
  color: #2c3e50;
}

h2 {
  color: #0984e3;
}

p {
  line-height: 1.5;
}

ul, ol {
  margin-left: 40px;
}

li {
  margin-bottom: 5px;
}

img {
  display: block;
  margin: 10px 0;
  border: 2px solid #333;
  border-radius: 10px;
}

a {
  color: #d63031;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #555;
}