body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  text-align: center;
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  max-width: 500px;
}

h1 {
  color: #0066cc;
  margin-bottom: 10px;
}

.info p {
  margin: 5px 0;
  color: #333;
}
