html,
body,
#root {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    font-size: 24px;
    background-color: #010715
}

* {
    box-sizing: border-box
}

@font-face {
    font-family: Minecraft Ten;
    src: url(./minecraftten.ttf)
}

._root_r4n6q_1 {
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    color: #fff;
    background-image: url(./background.webp);
    background-position: center;
    background-size: cover
}

._content_r4n6q_10 {
    background: #010715;
    box-shadow: 0 0 0 .5rem #1d293b, 0 0 0 .75rem #172333;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 1rem;
    position: relative;
    width: min(100%, 32rem)
}

._logo_r4n6q_24 {
    width: 24rem;
    user-select: none;
    -webkit-user-drag: none;
    transition: width .25s ease-in-out
}

._actionButton_r4n6q_31 {
    border: .25rem solid transparent;
    background: none;
    cursor: pointer;
    border-image: url(./button_default.png) 1 1 1 1 fill / .25rem .25rem .25rem .25rem;
    padding: .75rem 1rem;
    color: #fff;
    font-family: Minecraft Ten, serif;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
    transition: font-size .25s ease-in-out, transform .08s ease-in-out
}

._actionButton_r4n6q_31:before {
    content: "";
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    border-image: url(./hover_outline.png) 1 1 1 1 fill / .25rem .25rem .25rem .25rem;
    opacity: 0;
    transition: opacity .1s ease-in-out
}

._actionButton_r4n6q_31:hover,
._actionButton_r4n6q_31:focus-visible {
    outline: none
}

._actionButton_r4n6q_31:hover:before,
._actionButton_r4n6q_31:focus-visible:before {
    opacity: 1
}

._actionButton_r4n6q_31:active {
    transform: translateY(.08rem);
    border-image: url(./button_pressed.png) 1 1 1 1 fill / .25rem .25rem .25rem .25rem
}

._actionButton_r4n6q_31 > img {
    width: 1.5rem;
    height: 1.5rem
}

._socials_r4n6q_71 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .5rem
}

._socials_r4n6q_71 > a > img {
    --size: 1.5rem;
    height: var(--size);
    width: var(--size)
}

._description_r4n6q_87 {
    max-width: 20rem;
    text-align: center;
    font-family: Minecraft Ten, serif;
    line-height: 1.25;
    font-size: 1rem;
    transition: font-size .25s ease-in-out
}

._divider_r4n6q_96 {
    background: linear-gradient(to right, #0000, #1a65d1, #0000);
    height: .25rem;
    width: 100%
}

._wikiLink_r4n6q_110 {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    color: #fff;
    font-family: Minecraft Ten, serif;
    font-size: .8rem;
    text-decoration: none;
    text-shadow: .1rem .1rem 0 #000;
    padding: .5rem .75rem;
    background: #172333;
    border: .15rem solid #314866;
    box-shadow: 0 .2rem 0 #080d16;
    transition: transform .08s ease-in-out, background-color .1s ease-in-out
}

._wikiLink_r4n6q_110:hover,
._wikiLink_r4n6q_110:focus-visible {
    background: #1d3658;
    outline: .15rem solid #fff;
    outline-offset: .15rem
}

._wikiLink_r4n6q_110:active {
    transform: translateY(.12rem);
    box-shadow: 0 .08rem 0 #080d16
}

@media screen and (max-width: 780px) {
    ._content_r4n6q_10 {
        width: 100%;
        border: none
    }
}

@media screen and (max-width: 600px) {
    ._logo_r4n6q_24 {
        width: 16rem
    }

    ._actionButton_r4n6q_31 {
        font-size: .75rem;
        padding: .5rem 1rem
    }

    ._description_r4n6q_87 {
        font-size: .75rem
    }

    ._wikiLink_r4n6q_110 {
        top: .6rem;
        left: .6rem;
        font-size: .6rem;
        padding: .4rem .6rem
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important
    }
}
