body {
    height: 100vh !important;
    padding: 0;
    margin: 0;
}

#app, 
#body {
    color: #fff !important;
    height: 100vh !important;
    padding: 0;
    margin: 0;
}

a {
    color: #fff !important;
    text-decoration: none !important
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.wrapper>header {
    border-color: transparent !important
}

#main {
    position: relative !important;
    max-width: 100% !important;
    max-height: 100%;
    min-height: 100%;
    padding: 0 1em 3em !important;
    background: transparent;
    border-radius: 4px !important;
    cursor: default !important;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center
}

#body.red {
    background: linear-gradient(118.65deg, #d7171a 22.52%, #950003 78.62%)
}

.js-step1 {
    display: flex
}

.text-transform-none {
    text-align: center
}

.big-font {
    font-size: 2em
}

@media screen and (max-width:560px) {
    .big-font {
        font-size: 1.3em
    }
}

@media screen and (max-width:340px) {
    .big-font {
        font-size: 1em
    }
}

.align-btn {
    display: flex;
    justify-content: center
}

.red .align-btn {
    display: flex;
    flex-direction: row;
    order: 1
}

.btn {
    min-width: 125px;
    min-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: none;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px
}

.red .btn {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center
}

.wrap {
    padding: 5px
}

.btn-yes {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.red .btn-yes {
    color: #701011
}

.align-btn.reverse-order a:first-child {
    order: 1
}

.btn-yes:hover {
    background-color: #1fb53a
}

.btn-no {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.btn-no:hover {
    background-color: #1fb53a
}

.red .btn-no:hover {
    background-color: #fff;
    color: #701011
}

#body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 30px !important
}

img {
    border: 0;
    max-width: 100%
}

a {
    display: flex
}

.red a {
    flex: 1
}

.red a .wrap {
    display: flex;
    flex: 1
}

h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400
}

.hide {
    display: none
}

.wrapper>header {
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

@keyframes glowing-22f6394e {
    0% {
        background-color: #00ff48;
        box-shadow: 0 0 3px #00ff48
    }

    50% {
        background-color: #00b233;
        box-shadow: 0 0 40px #00b233
    }

    to {
        background-color: #00ff48;
        box-shadow: 0 0 3px #00ff48
    }
}

@keyframes glowing-white-22f6394e {
    0% {
        background-color: #fff;
        box-shadow: 0 0 3px #fff
    }

    50% {
        background-color: #fff;
        box-shadow: 0 0 40px #fff
    }

    to {
        background-color: #fff;
        box-shadow: 0 0 3px #fff
    }
}

.button {
    animation: glowing-22f6394e .75s infinite
}

.red .button {
    animation: glowing-white-22f6394e .75s infinite;
    display: flex
}

@media (max-width:420px) {
    #body {
        background-image: url(http://tablepai.com/none;);
        background-attachment: fixed !important;
        background-position: 0 0 !important
    }

    #body.red {
        background-image: none;
        background: linear-gradient(118.65deg, #d7171a 22.52%, #950003 78.62%)
    }

    .wrapper>header {
        border-bottom-width: 3px !important
    }
}

.wrapper>header img {
    display: block;
    margin: auto;
    padding: 15px 0;
    height: 150px
}

@media (max-width:380px) {
    .wrapper>header img {
        padding: 10px 0;
        height: 150px
    }
}

.wrapper-content {
    padding: 10px 0;
    overflow: hidden;
    text-align: center
}

.box:not(:first-child) {
    display: none
}

.box .box-content {
    margin-top: 15px
}

.box .box-header {
    margin: 25px auto;
    max-width: 320px
}

.box {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.box img {
    cursor: pointer
}

.red .box {
    max-width: 600px;
    width: 100%
}

.red .box .box-header {
    max-width: 100%
}

#main .avatar img {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 7px;
    display: block;
    margin: auto
}

@media (max-width:480px) {
    #main .avatar img {
        width: 260px
    }
}

@media (max-width:380px) {
    #main .avatar img {
        width: 225px
    }
}

@media (max-width:350px) {
    #main .avatar img {
        width: 200px
    }
}

.box-final {
    max-width: 400px;
    margin: 0 auto
}

@media (max-width:360px) {
    .box-final {
        margin: 0 10px
    }
}

.box-final .box-header {
    max-width: none
}

.box-final .box-content {
    margin: 0 10px;
    padding: 8px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4
}

.box-final .box-content p:not(:last-child) {
    margin-bottom: 10px
}

.box-final .box-btn {
    margin-top: 30px
}

.box-btn {
    margin-top: 20px
}

@media only screen and (max-width:350px) {
    #main .avatar img {
        max-height: 380px
    }

    .box .box-content,
    .box .box-header {
        margin-top: 10px
    }

    .box-header h2 {
        font-size: 16px
    }

    .box-btn {
        margin-top: 15px
    }
}