.site-branding {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    background: #333333;
}

.site-branding p {
    margin: 0;
}

.site-branding p a {
    text-decoration: none;
    color: #ffffff;
}