body {
    font-family: sans-serif;
    margin: auto;
    max-width: 1280px;
    color: #B7722F;
  }
  
h1 {
margin: auto;
color: #B7722F;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2 {
margin: auto;
color: #000000;
font-weight: lighter;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

  .navbar {
    background-color: #313236;
    border-radius: 2px;
    max-width: 1280px;
  }
  
  .navbar a {
    color: #aaa;
    display: inline-block;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .navbar a:hover {
    color: #ffffff;
  }


  
