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

.logoImage {
    height: 40px;
    width: 134px;
    padding: 0;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}