html,
body {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
}

a {
    color: white;
}

.no-disp {
    display: none;
}

.root {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("static/background.jpg");
    background-position: center;
    background-size: cover;
    overflow: auto;
    min-height: 100%;
}

.fs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

@media (min-width: 62rem) {
    .title {
        margin-top: 3rem;
    }
}

@media (max-width: 62rem) {
    .title {
        margin-top: 10rem;
    }
}

.title-text {
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 0;
    font-weight: 200;
}

@media (min-width: 62rem) {
    .title-text>.purple {
        font-size: 2.75rem;
    }
}

@media (max-width: 62rem) {
    .title-text>.purple {
        font-size: 5.75rem;
    }
}

.title-text>.purple {
    color: #a774eb;
    margin: 0 1px;
}

@media (min-width: 62rem) {
    .title-text>.white {
        font-size: 2.5rem;
    }
}

@media (max-width: 62rem) {
    .title-text>.white {
        font-size: 5rem;
    }
}

.title-text>.white {
    color: white;
    margin: 0 1px;
}

.subtitle-text {
    font-weight: 300;
    text-align: center;
    margin: -2px 0 0 0;
    color: white;
}

@media (min-width: 62rem) {
    .subtitle-text {
        font-size: 1.225rem;
    }
}

@media (max-width: 62rem) {
    .subtitle-text {
        font-size: 2.33rem;
    }
}

.buttons {
    margin: 0 0 2rem 0;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
}

@media (min-width: 62rem) {
    .buttons>a {
        width: 7.2rem;
        margin: 1rem 0.6rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 62rem) {
    .buttons>a {
        width: 13rem;
        margin: 1.5rem 1rem;
        padding: 0.3rem 0.75rem;
    }
}

.buttons>a {
    border-radius: 2rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr;
    align-items: center;
    border-style: solid;
    text-decoration: none;
}

.buttons>a:hover {
    cursor: pointer;
}

.buttons>a.light {
    border-color: #40DFFF;
    background-color: #40DFFF;
}


.buttons>a.dark {
    border-color: #40DFFF;
    background-color: #181526;
}

@media (min-width: 62rem) {
    .button-text {
        font-size: 1.1rem;
        padding: 0.1rem 0;
    }
}

@media (max-width: 62rem) {
    .button-text {
        font-size: 2rem;
    }
}

.button-text {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei;
}

.light>.button-text {
    color: black;
}

.dark>.button-text {
    color: #40DFFF;
}

.buttons>a>* {
    text-align: center;
    vertical-align: middle;
    display: inline;
}

@media (min-width: 62rem) {
    .icon {
        width: 1.5rem;
    }
}

@media (max-width: 62rem) {
    .icon {
        width: 2.5rem;
    }
}

/* .icon {} */

/* .light>svg {} */

.dark>svg {
    fill: #40DFFF;
}

.gui {
    text-align: center;
}

@media (min-width: 62rem) {
    .img-gui {
        max-height: 60vh;
        max-width: 80vw;
    }
}

@media (max-width: 62rem) {
    .img-gui {
        max-height: 80vh;
        max-width: 90vw;
        margin-top: 4rem;
    }
}

.img-gui {
    vertical-align: middle;
    box-shadow: 0 0 60px -13px #ffffff;
}

.end {
    text-align: center;
    color: azure;
    margin-top: auto;
    margin-bottom: 2rem;
}

@media (min-width: 62rem) {
    .end-text {
        font-size: 1.125rem;
    }
}

@media (max-width: 62rem) {
    .end-text {
        font-size: 1.125rem;
    }
}

.end-text {
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei;
    padding: 0 3rem;
}