@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

* {
  font-family: Merriweather, serif;
}

main {
  background-image: url(/assets/images/we-the-people.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

footer {
  padding-bottom: 3rem;
  padding-top: 3rem;
}