header {
    display: flex;
    justify-content: space-between;
    padding: 1em;
}

header .project-name {
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
    margin-left: 1em;
    vertical-align: top;
    color: #342560 !important;
    text-decoration: none;
}

footer {
    display: flex;
    justify-content: space-around;
}
