.main-home {
    color: white;
    display: flex;
    align-items: center;
    height: 800px;
    box-sizing: border-box;
    background-image: url(/images/kgamex-poses/hello.svg), url(/images/main-gradient.jpg);
    background-size: auto 90%, 100% 100%;
    background-position: bottom -10px right 15%, center;
    background-repeat: no-repeat;
}

.text-image {
    padding: 0;
    display: flex;
    flex-direction: row;
}

.text-image:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.text-image-text {
    width: 40%;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.text-image-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 60%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.text-image-image img.pose {
    position: absolute;
    top: 7.5%;
    left: 0;
    width: 100%;
    height: 95%;
}

.text-image-image img.application {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 60%;
}

#poses {
    background-image: linear-gradient(135deg, #32ffb1, #296dff, #fa35fd);
}

#applications {
    background-image: linear-gradient(135deg, #c7bb0e, #c43b3b, #b530b8);
}