body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(145deg, #0f2027, #203a43, #2c5364);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

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

.logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5rem;
  margin: 10px 0;
}

.message {
  font-size: 1.2rem;
  margin: 15px 0;
}

.contact a {
  color: #4fc3f7;
  text-decoration: none;
}

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