/* CSS Document */
body {
  display: grid;
  margin: 0px auto;
  max-width: 1000px;
  border: 2px solid black;
}

header {
  background-color: Black;
  color: white;
  text-align: center;
  font-family: sans-serif;    
  font-family: Calibri, Arial, sans-serif;
  font-variant: small-caps;
  font-size: larger;
}

nav {
}

nav a {
  background-color: black;
  color: white;
  display: block;
  text-decoration: none;
  border: 1px blue;
}

section {
}

footer {
  background-color: Black;
  color: white;
  text-align: center;
}
