
body {
  background: var(--gray-0);
  border-bottom: 1px solid var(--gray-2);

  @media (max-width: 768px) {
    background: white;
    border-bottom: none;
  }
}
