.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.logo {
    height: 200px;
    width: auto;
}