* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #1a1a1a;
  color: #f3f8ff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.container {
  max-width: 900px;
  width: 100%;
}

h1 {
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center;
}

.updated {
  text-align: center;
  color: #aaa;
  margin-bottom: 30px;
}

section {
  background-color: #242424;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #333;
}

h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #ccc;
}

ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

li {
  margin-bottom: 6px;
}

.email {
  font-weight: bold;
  color: #00e5ff;
}

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