@media screen and (min-width: 400px) {
  body.bigger {
    font-size: 17px;
  }
}
body.bigger {
  font-size: 17px;
}
