body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #f953c6, #b91d73);
  color: #fff;
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background: rgba(255, 255, 255, 0.15);
  padding: 40px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
}

.role {
  font-weight: bold;
  color: #ffd700;
}
