body {
    font-family: Garamond, Georgia, serif; 
}

header {
        display: flex; 
        background-color: #db5d1e;
        height: 2rem; 
        line-height: 2rem; 
        color: white;
        border-bottom: 4px solid #5a4434; 
}
h1 {
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem; 
  margin: 1rem; 
  line-height: 1.2;
}


header p {

  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem; 
  margin-left: 1rem; 
}

