header {
    background-color: rgb(216, 43, 128);
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pageTitle {
    font-weight: 500;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    color: white;
}
