body {
  font-family: Arial, sans-serif;
  background-color: #111;
  color: #eee;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

.name {
  color: #00ffcc;
  font-weight: bold;
}

a {
  color: #00ffcc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  margin-top: 40px;
  color: #666;
}
