body{
    font-family:Arial, Helvetica, sans-serif
}
header {
    display: flex; /* put things side by side*/
    background-color: #f2b0fd;
    height: 2rem; /* 1rem = 16px */
    line-height: 2rem; /* line of text = height = vertically centered text */
    color: #421d4c; /* text color */
    border-bottom: 4px solid #65284c

}


h1 {
    font-family: "Ballet", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: 1rem;
    line-height: 1.2;
}
header {
font-family: "Ballet", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    margin-left:  1rem;
}

header img {
width: 4.5rem;
height:2rem;
}

