
.header {
    grid-area: header;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header [data-logo] {
    height: 50px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header a.title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-style: italic;
    color: #eee;
}