* {
    --pcBG: url(/newyearprediction2022/pictures/web_1.jpg) center / cover no-repeat;
    --phoneBG: url(/newyearprediction2022/pictures/mob_1.jpg) left / cover no-repeat;
    --midBG: url(/newyearprediction2022/pictures/mid_1.jpg) left / cover no-repeat;
}
a {
    color: inherit;
    text-decoration: inherit;
}
.share-btn > a {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    font-family: Verdana, Arial;
}
.share-btn > a:hover {
    cursor: pointer;
}
html {
    font-size: 1.8vmin;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
}
.img-logo {
    position: absolute;
    width: 40vmin;
    height: 5vmin;
    object-fit: contain;
    margin-top: 3vh;
}
.img-disclaimer {
    position: absolute;
    margin-top: 92vh;
    width: 60vw;
    height: 4vmin;
    object-fit: contain;
}
body {
    color: white;
    height: 100vh;
    font-family: 'Futura New';
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    background: url(/newyearprediction2022/pictures/web_1.jpg) center / cover no-repeat;
}
#main {
    padding-top: 20vh;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    /* gap: 15%; */
}

header {
    font-weight: 700;
    font-size: larger;
}

.btn {
    margin-top: 2.2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 16px 30px; */
    background-color: rgb(218, 50, 50);
    border-radius: 2rem;
    cursor: pointer;
    /* border: 2px solid black; */
    width: 30rem;
    height: 5rem;
    font-size: 2.1rem;
}
.back-btn {
    margin-top: 2vh;
    border-radius: 2rem;
    cursor: pointer;
    /* border: 2px solid black; */
    width: 18rem;
    height: 4rem;
    font-size: 1.7rem;
    background-color: rgb(63, 129, 46);

}
.main__text {
    text-align: center;
    width: 70vmin;
    height: fit-content;
    font-size: 2.5rem;
    line-height: 170%;
    /* background-color: rgba(42, 37, 66, 0.3); */
}
.main__text-back {
    position: absolute;
}
.hidden {
    opacity: 0;
    pointer-events: none;
}

.share {
    margin: 3vmax 0;
}
@media screen and (max-aspect-ratio: 5/5) {
    body {
        background: var(--midBG);
    }
    /* #main {
        padding-top: 30vmin;
        gap: 5%;
    }
    .share span {
        width: 25px !important;
        height: 25px !important;
    } */
}
@media screen and (max-aspect-ratio: 5/9) {
    body {
        background: var(--phoneBG);
    }
    #main {
        padding-top: 26vh;
    }
    .share span {
        width: 25px !important;
        height: 25px !important;
    }
}
