body {
  background-color: #f8f9fa;
  font-family: "Arial", "Helvetica", sans-serif;
}

h1 {
  font-weight: bolder;
}

h5 {
  font-weight: bold;
}

.stat-box {
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
  font-size: 1.25rem;
}

button {
  cursor: pointer;
}

.supportTabCards {
  width: 500px;
}