header{
    display: flex;
    justify-content: center;
    padding-top: 128px;
}

header h1{
    width: 90vw;
    text-align: center;
}

section.btns{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 4rem;
}

.btns .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 866px;
    gap: 2rem;
}

.btns .btn{
    display: flex;
    display: none;
    align-items: center;
    width: calc(866px - 4rem);
    padding-inline: 2rem;
    padding-block: 1.5rem;
    gap: .625vw;
    border-radius: 3.125rem;
    background: #000;
    z-index: 10;
}

.btns .btn .icon{
    width: 128px;
    height: 128px;
}

.btns .btn .text{
    display: flex;
    flex-direction: column;
}

.btns .btn .text div{
    font-family: nr;
    font-size: 2rem;
}

.btns .btn .text a:hover{
    color: var(--Blue-VibrantNeutral);
}

.btns .btn .text li{
    font-family: nr;
    font-size: 2rem;
    text-decoration: underline;
    margin-left: 2rem;
}

.btns .btn .text div span{
    font-family: nb;
}

.btns .btn.ios{width: calc(430px - 4rem);}
.btns .btn.android{width: calc(390px - 4rem);}

.downloads .topNav.playBtn .btn{
    background: var(--Teal-CozyDarker);
}

.downloads footer{
    background: transparent;
}

.earlyAccess{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40vh;
}

.earlyAccess p{
    width: 50%;
    text-align: center;
}

.earlyAccess p a{
    color: var(--Purple-Lighter);
    text-decoration: underline;
}


@media screen and (max-width: 959px) {
    .btns .btn        {width: calc(90vw - 4rem);}
    .btns .btn.ios    {width: calc(47vw - 5rem);}
    .btns .btn.android{width: calc(43vw - 5rem);}
}


@media screen and (max-width: 659px) {
    .btns .btn.ios    {width: calc(90vw - 4rem);}
    .btns .btn.android{width: calc(90vw - 4rem);}
    .btns .btn .icon {
        width: 96px;
        height: 96px;
    }
}