@media (max-width: 768px) {
    body header {
        margin-top: 45px !important;
    }

    body main {
        gap: 35px !important;
        margin-top: 130px !important;
    }

    body main h1 {
        font-size: 18px !important;
        line-height: 25px !important;
        font-weight: 300 !important;
    }

    body main p.reason {
        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000000;
    min-height: 99vh;
    overflow: hidden;
}

body header {
    margin-top: 65px;
}

body main {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    height: 100%;
    margin-top: 150px;
}

body main h1 {
    font-family: Geist;
    font-weight: 500;
    font-size: 32px;
    line-height: 33.6px;
    letter-spacing: -1.4%;
    text-align: center;
    color: white;
    max-width: 700px;
}

body main p.reason {
    font-family: Geist;
    font-weight: 300;
    font-size: 20px;
    color: var(--Text-body, #999999);
    line-height: 24px;
    letter-spacing: -1.4%;
    text-align: center;
    max-width: 300px;
}

body main button {
    width: 196px;
    height: 35px;
    opacity: 1;
    border-radius: 100px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    gap: 10px;
    background: #CDFF65;
    font-family: Geist;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border: none;
}

body footer {
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
    margin-top: auto;
}