body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f8f8;
  color: #333;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  text-align: center;
  max-width: 600px;
  padding: 20px;
}

h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #111;
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  color: #555;
  margin-bottom: 20px;
}

.contact a {
  color: #0078d7;
  text-decoration: none;
}

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

footer {
  position: absolute;
  bottom: 10px;
  font-size: 0.9em;
  color: #777;
}
