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

.container {
  text-align: center;
  background: white;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}

h1 {
  font-size: 48px;
  color: #1a73e8;
  margin-bottom: 20px;
}

.quote {
  font-size: 20px;
  color: #333;
  font-style: italic;
}
