.d-mobile-none {
  display: flex;
}

.d-mobile-only {
  display: none;
}

@media (max-width: 575.98px) {
  #root {
    background: url("../assests/images/background-mobile-1.png") lightgray;
    background-position: bottom center;
    background-repeat: repeat;
    background-size: cover;
  }

  #content {
    margin-top: 20px;
  }

  .d-mobile-none {
    display: none;
  }

  .d-mobile-only {
    display: block;
  }

  .d-mobile-center {
    text-align: center;
  }

  .heading-text,
  .heading-text > .highlight,
  .guide-message,
  .guide-message > .highlight {
    font-size: 45px;
    letter-spacing: 2px;
  }

  .heading-text-small {
    font-size: 16px;
  }

  .soon-jumping-mobile {
    position: absolute;
    z-index: -1;

    top: -20px;
    right: 50px;
  }

  .btn-start-hunting {
    width: 95%;
  }

  .footer-message {
    padding: 20px;
  }

  .footer-coins {
    width: 100vw;
  }
}

@media (min-width: 575.99px) {
  #root,
  #footer {
    min-height: 100%;
  }
}
