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

header { 
    display: flex; /* put things side by side */
    background-color: #8a1ed2; /* fill */
    height: 2rem; /* 1rem = 16px */
    line-height: 2rem; /* lime of text = height = vertically centered text */
    color: rgb(255, 255, 255); /* text color */
    border-bottom: 4px solid #5a5134; /* width + type + color */
}

h1 {
    font-family: "kaushan script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem; /* white space on all sides */
    line-height: 1.2; /* leading */
}

header p {
    font-family: "kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    margin-left: 1rem;
}