.button { color: #000; font-size: 16px; border: none; border-radius: 7px; padding: 0.5rem 1rem; font-weight: 600; background-color: #f4f4f5; cursor: pointer; }

.button:hover { text-decoration: underline; }

.button--primary { background-color: #e1bc1f; }
