body {
  background:  #EEEEEE;
}

pre {
  font-size: 4px;
  max-width: 550px;
  margin:auto;
}

nav {
  a { 
    text-decoration: none;
    font-weight: 600;
  }

}

p {
  line-height: 1.4
}

nav a:hover {
  text-decoration: underline;
}

h1 {
  margin: 2rem 0rem 0rem 0;
}

header h2 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  color: #6c6c6c;
  font-weight: 800;
}

@media (min-width: 700px) {


  pre {
    font-size: 8px;
  }
  body {
    min-height: 100vh; 
  }

  header, main, footer, nav {
    margin: auto;
    grid-column-start: 2;
    max-width: 650px;
  }

  nav {
    border-bottom: solid black 1px;
  }

  /* nav { */
  /*   position: fixed;  */
  /*   top: 0;  */
  /*   left: 0;  */
  /*   width: 10rem;  */
  /*   height: 100vh;  */
  /* } */
}
