body.bg-light {
  background-image: none;
}
.rounded-1 {
  border-radius: .1rem;
}
.rounded-2 {
  border-radius: .25rem;
}
.rounded-3 {
  border-radius: .5rem;
}
.rounded-4 {
  border-radius: .75rem;
}
.rounded-5 {
  border-radius: 1rem;
}

.xcard {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
