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

.h1 {
    position: absolute;
    z-index: 2;
    font-size: xx-large;
    font-weight: 700;
    margin-top: 117%;
    color: white;
    opacity: 0.4;
}

@media screen and (min-height: 1900px) {
    .h1 {
        position: absolute;
        z-index: 2;
        font-size: 60px;
        font-weight: 700;
        margin-top: 1935px;
        color: white;
        opacity: 0.4;
    }
}