.header {
    border-bottom: 1px dashed var(--system-color-secondary);
    margin: 0 auto 2.5rem auto;
    max-width: 70ch;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    width: 100%;
}

.blog-logo {
    display: none
}

.header .blog-title h1,
.header .blog-title h2 {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}