body {
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

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

h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
}

h2 {
  font-size: 22px;
  text-align: center;
  color: #0b3d91;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.update {
  font-size: 14px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  color: #0b3d91;
  margin-top: 30px;
}

ul {
  margin-left: 20px;
}

.highlight {
  color: #e67e22;
  font-weight: bold;
  margin-top: 10px;
}

.contact a {
  color: #0b3d91;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}
.separator {
  border: none;
  border-top: 1px solid #0b3d91;
  margin: 10px 0 20px;
}
