.app {
  background-color: #fff;
  font-family: 'Varela Round', sans-serif;
  height: 100vh;
  margin: 0 auto;
  max-width: 1440px;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .hide-non-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}