@media screen and (min-width: 1000px) {
  a {
    text-decoration: underline;
  }
}
