body {
  font-size: 1.4rem;
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.5rem;
  }
}