body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f0f4f8;
  color: #333;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-top: 50px;
}

header {
  text-align: center;
  margin-bottom: 20px;
}

header h1 {
  font-size: 1.8em;
  color: #0077cc;
}

.contact-box {
  background: #e0f7fa;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.phone {
  font-size: 1.4em;
  margin-top: 10px;
}

.phone a {
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.services h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.services ul {
  list-style: none;
  padding: 0;
}

.services li {
  background: #f7f9fc;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 1em;
}

footer {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
  color: #999;
}
