body {
  background-color: #f8f9fa;
}

.card {
  border-radius: 10px;
}

.summary-box {
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
