body {
  font-family: "Segoe UI", sans-serif;
  background-color: #f4f6f8;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

h1 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.container {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 320px;
}

.cf-turnstile {
  margin-top: 20px;
  margin-bottom: 20px;
}

button {
  background-color: #5865F2;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

button:hover {
  background-color: #4752c4;
}
