Why repeating styles by hand becomes messy
If a page has several cards or buttons, writing separate styling rules for each one can become repetitive quickly.
Classes help by giving those repeated parts a shared label that CSS can target once and reuse many times.
Classes help repeated page parts stay visually consistent.