@media (hover: hover) {
  .scroll-text:hover {
    animation-play-state: paused;
  }
@media screen and (max-width: 991px) {
  header {
    padding: 0 1rem;
  }
@media screen and (max-width: 600px) {
  :root {
    --header-height: 56px;
    --footer-height: 36px;
    --command-height: 54px;
  }