@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    margin: 0 10%;
/*
    font-size: 62.5%;
*/
}
h1, h2, h3 {
    font-family: "EB Garamond", serif;
    color: #333;
}
section {
    margin-bottom: 1rem;
}
p {
margin: .5rem 0;
}
footer {
    margin: 2rem 0;

/* Media Queries */

@media screen and (min-width: 780px) {

  body {
    margin: 0 4%;
  }

}
