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

.header .logoheader {
    text-align: center;
}

.header .logoheader img {
    display: inline-block;
    margin: 0 auto;
}
