header {
    position: fixed;
    padding: 0 auto;
    width: 100%;
    height: 150px;
    background: #e10b17;
    z-index: 1;
    display: flex;
    justify-content: center;
}

header .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    height: 100%;
}

header .container .logo {
    transform: translateY(-30%);
    width: 100%;
}

header .container .logo img {
    position: relative;
    height: 140px;
    margin: 0 10px;
    background-size: cover;
}
