:root{
    --chakra-max-width: 320px;
}
html, body{  min-height: 100%;}
body{
    margin: 0;
    font-size: 14px;
    /*background: radial-gradient(202.46% 73.93% at 50% 50%, #9341C8 0%, #370665 60.6%);*/
    /*background: radial-gradient(202.46% 73.93% at 50% 50%, #cd0239 0%, #4b0015 60.6%);*/
    /*background: radial-gradient(202.46% 73.93% at 50% 50%, #fd013e 0%, #fd013e 60.6%);*/
    /*background: radial-gradient(202.46% 73.93% at 50% 50%, #2e3192 0%, #ed1b24 60.6%);*/
    background: radial-gradient(202.46% 73.93% at 50% 50%, #181818 0%, #2e3192 60.6%);
}
.mobile{
    width: 100%;
    max-width: 430px;
    margin: auto;
    padding: 0 1em;
}
.playTown{
    position: absolute;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}
.chakra{
    position: absolute;
    width: 100%;
    animation: spinner 16s linear infinite;
}
@keyframes spinner {
to { transform: rotate(360deg); }
}
.chakra-mask{
    position: relative;
    width: 50%;
    margin: 10px auto;
    max-width: var(--chakra-max-width);
    height: calc(var(--chakra-max-width)/2);
    overflow: hidden;
}