.exercise-pill {
    background: white;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.exercise-pill:hover {
    background: #f1f2f8;
}

.card {
    border: none;
    border-radius: 1rem;
}

.exercise-scroll {
  height: 10.5rem;
}