body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}

.container {
  max-width: 800px;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

h1 {
  text-align: center;
  color: #333;
}

h2 {
  border-bottom: 2px solid #007bff;
  color: #007bff;
  padding-bottom: 5px;
  margin-top: 20px;
}

p, li {
  color: #444;
  line-height: 1.6;
}

ul {
  padding-left: 20px;
}

.contact {
  text-align: center;
  margin-bottom: 20px;
}

.contact a {
  color: #007bff;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}
