body {
  display: block !important;
}

.mobile {
  font-size: auto !important;
  font-weight: bold;
}

#make-bigger {
  font-size: x-large !important;
}

@media screen and (min-width: 360px) {
  body {
    display: inline-block !important;
  }

  .mobile {
    font-size: x-large;
    font-weight: bolder;
  }

  li > a {
    font-weight: bolder;
    font-size: xx-large !important;
  }

  a > font {
    font-size: xx-large !important;
    font-weight: bolder;
  }

  td > li > a {
    font-size: xx-large;
  }

  #spacing {
    width: 100% !important;
    margin-right: 0% !important;
    padding-right: 0% !important;
    min-width: 100% !important;
  }

  .big {
    font-size: xx-large !important;
    font-weight: bolder !important;
  }
}

/*# sourceMappingURL=style.css.map */
