* {
  box-sizing: border-box;
}
.card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 12px;
}
.text-xl {
  font-size: 1.25rem !important;
}
.font-medium {
  font-weight: 500 !important;
}
.text-900 {
  color: #212121 !important;
}
.text-500 {
  color: #9e9e9e !important;
}
