body {
  background: #f6f6f6;
  font-family: sans-serif;
  padding: 40px;
}

.card {
  background: white;
  border-radius: 14px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
