body {
  background: linear-gradient(120deg, #ffdb92 0%, #ff5e62 100%);
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
}

.container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main {
  background: rgba(255,255,255,0.98);
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(200,70,80,0.12);
  text-align: center;
  padding: 54px 38px 38px 38px;
  max-width: 420px;
}

.icon {
  font-size: 64px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.1rem;
  color: #e05936;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  font-size: 1.15rem;
  color: #5d5552;
  margin-bottom: 30px;
  line-height: 1.4;
}

button {
  background: #e05936;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 13px 35px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(224,89,54,0.13);
  transition: background 0.18s;
}

button:hover {
  background: #fd8e53;
}
