body {
  font-family: Arial, sans-serif;
  margin: 12px;
  padding: 0;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
}

.container {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4 {
  color: #444;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 20px 0;
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

a {
  color: #1e90ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
