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