body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.centered {
  max-width: 500px;
  padding: 20px;
}

.logo {
  width: 150px;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
  color: #222;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  margin-bottom: 6px;
}

.contact {
  font-size: 16px;
  color: #555;
}
