html {
  margin: 0 auto;
  max-width: 45em;
  padding: 0 1em;  
  font-family: 'Tex Grye Pagella' 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
  font-weight: normal;
  background-color: ivory;
}

body > header {
  text-align: center;
  border-bottom: thin solid;
  }
  
body header h1 {
  margin-bottom: 0;
  }
  
body header p {
  font-size: x-large;
  font-style: italic;
  margin: 0;
  }
  
header nav {
  text-align: center;
  font-size: large;
  font-weight: bold;
  }

figure img {
    max-width: 100%;
}

a img {
  display: block;
  margin: 0 auto; /* Centers the image horizontally */
}

article header {
  margin-top: 1em;
  }

header time {
  font-variant: small-caps;
  display: inline-block;
  margin-bottom: .5em;
  }

hgroup {
  line-height: 1.1;
  }

hgroup h1 {
  margin-bottom: 0;
  margin-top: 0;
  }

hgroup p {
  font-size: 1.5em;
  margin-top: 0;
  }

nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  border-top: thin solid;
  }
  

footer {
  text-align: center;
  font-size: small;
  font-style: italic;
  border-top: thin solid;
  }
