/* BASIC STYLES HERE */

.category {
  border-radius: 15px 0 0 15px;
  padding: 6px 8px;
}

.difficulty {
  border-radius: 0 15px 15px 0;
  padding: 6px 8px;
}