header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

header div {
    align-self: center;
    padding: 10px;
}

.center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}