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

header{
    display: flex;/* put things side by side */
    background-color: #AA4F4F;/* fill */
    height: 2rem;/* 1rem = 16px */
    line-height: 2rem;/* line of the text = height = vertically centered text */
    color: darkblue;/* text color */
    border-bottom: 4px solid #802626;/* witdh + type + color */
}

h1 {
    font-family: "Stalinist One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: 1rem; /* white space on all sides */
    line-height: 1.2; /* leading */
}

header{
    font-family: "Stalinist One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    margin-left: 1rem;
}

footer{}