.content {
  max-width: 900px;
  font-size: 15px;
}

@media (min-width: 600px) {
  .content {
    font-size: 17px;
  }
}
