@media (min-width: 300px) {
  p {
    font-size: 20px;
    margin-top: 2px;
  }
}

