/*
 * Custom CSS
 */

  :root {
    --bs-body-bg: var(--bs-gray-100);
  }

  body {
    background-color: #ffffff !important;
  }

  .container-mobile {
    width: 318px !important;
  }

  a {
    text-decoration: none;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }