header.aura-elite {
    background: linear-gradient(#eeeeee00 70%, #eeeeeeFF 100%), url('../images/huawei-matebook-x-pro-kv@2x.png') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

header.aura-apex {
    background: linear-gradient(#eeeeee00 70%, #eeeeeeFF 100%), url('../images/huawei-matebook-16s-wallpaper.png') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;

}
header.aura-lite {
    background: linear-gradient(#eeeeee00 70%, #eeeeeeFF 100%), url('../images/huawei-matebook-14s-key-vision-kv.png') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

header {
    min-height: 100vh !important;
}

header > div {
    top: 45%;
    left: unset !important;
    right: 10%;
    color: black;
}

header > nav {
    color: black;
    border-bottom: unset;
    background-color: transparent;
}

header > nav > .links > a {
    color: black;
}

header > nav > .links > a::before {
    background-color: black;
}

main > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    width: 90vw;
    margin: 2em auto;
    padding: 1em 0;
    background-color: white;
    border-radius: 1em;
}

main > div > img {
    width: 100%;
    padding: 12.5%;
}

.second-container > .text,
.first-container > img {
    border-right: 0.05em solid rgba(128, 128, 128, 0.5);
}

main > div > .text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 0 10%;
}