.equation {
  font-size: clamp(2.35rem, 10.5vw, 5rem);
}

.answer-button {
  overflow-wrap: anywhere;
}

@media (max-width: 380px) {
  .equation {
    gap: 5px;
    font-size: 2.2rem;
  }
}
