body {
  background-image: url(../img/libraryBackground.jpg);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: center top 119px;
}
body article {
  width: 50%;
  margin: auto;
  background-color: rgb(247, 246, 246);
  padding: 0 2em;
}
body article h2 {
  color: rgb(199, 2, 2);
  border-bottom: 2px solid #ccc;
  font-family: "Arial", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
body article h2::first-letter {
  font-size: 1.5em;
  color: blue;
}
body article p a:link {
  color: blue;
  text-decoration: none;
  font-family: "Arial", sans-serif;
}
body article p a:visited {
  color: violet;
}
body article p a:hover {
  color: red;
  text-decoration: underline;
}

@media screen and (max-width: 414px) {
  body {
    background-image: none;
  }
  body article {
    width: 95vw;
    min-width: 300px;
    background-color: white;
  }
}/*# sourceMappingURL=quide.css.map */