body {
      font-family: Arial, sans-serif;
      background-color: #f7f8fa;
      text-align: center;
      margin-top: 100px;
}
.card {
  display: inline-block;
  padding: 30px 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: left;
}
h1 {
  color: #2c3e50;
}
.info p {
  margin: 8px 0;
  font-size: 16px;
}
.label {
  font-weight: bold;
  color: #555;
}