.pre-header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    background-color: red;
    margin: 0px;
}

.pre-header > *, .pre-header {
    color: white;
    text-align: center;
    margin-bottom: 0px;
}