.brand-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-image {
    width: 310px;
}

.brand-name {
    font-size: 3em;
    color: #353535;
}
