body { 
    font-family: Arial, Helvetica, sans-serif;
}

header{
    display: flex; /* put things side by side */
    background-color: #0096c7; /* fill */ 
    height: 2rem; /* 1 rem= 16px */
    line-height: 2rem; /* line of text = height = vertically */ 
    color:#bee9e8; /* text color*/
    border-bottom: 4px solid #0077b6; /* width + type + color */
}

h1 {
    font-family:"Caesar Dressing", Static;
    font-weight: 400 ;
    font-style: normal;
    font-size: 2rem;
    margin: 1rem; 
    line-height: 1.2;
}

header  p {
    font-family:"Caesar Dressing", Static;
    font-weight: 400 ;
    font-style: normal;
    font-size: 1.2rem;
    margin-left: 1rem; 
}

h1,h2,h3,h4,h5,h6 { 
    /* font choice for titles and subtitles */ 
    font-family:"Caesar Dressing", Static;
    font-weight: 400 ;
    font-style: normal;
    color: #0096c7;
}