body {
    font-family: Arial, Helvetica, sans-serif;
}
header { 
    display: flex;
    background-color:rgb(29, 30, 88);
    height: 2rem;
    line-height: 2rem;
    color: white;
    border-bottom: 4px solid black;
}

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

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