body {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: system-ui, sans-serif;
}
#kwfaComPContainer {
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#kwfaComPBack {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  border-radius: 30px;
  font-weight: bold;
}