@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Quicksand:wght@300..700&display=swap');
body {
  color: navy;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", serif;
}

p {
  font-family: "Quicksand", sans-serif;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: inherit;
}

#top_title {
    margin: 0;
    top: 0;
    background-color: navy;
    width: 100%;
    height: 10.0rem
}

#top_title h1 {
    margin: 0;
    padding: 1.0rem;
    font-size: 4.8rem;
    color: white;
}