html, body {
  touch-action: manipulation;
  overscroll-behavior: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

@media (min-width: 1200px) {
  .card {
    max-width: 980px;
  }
}