html, body {height: 100%;}
body {font-family: "Rubik", serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;margin: 12px;text-align: center;display: flex;flex-direction: column;justify-content: center;height: calc(100% - 24px);}

.logo img {margin: auto;max-width: 80%;width: 300px;}

.welcome {display: inline-block;margin: auto;margin-top: 15px;}
.welcome h1 {font-size: 20px;font-weight: 600;line-height: 20px;margin: 0 0 10px;}

#subtext {font-size: 16px;line-height: 18px;}

.buttons .btn {font-size: 14px;font-weight: 600;line-height: 46px;text-align: center;background: #FAA93A;border-radius: 10px;color: #FFFFFF;margin-top: 17px;display: inline-block;text-decoration: none;min-width: 200px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.buttons .btn:hover, .buttons .btn:active, .buttons .btn:focus {box-shadow: 0 0 10px -5px #000;}

.buttons .webBtn .btn {color: #767676;background-color: #fff; border: 1px solid #C4C4C4;}

#antiModal {position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 10000;background-color: rgba(255,255,255,0.95);-moz-animation: cssAnimation 0s ease-in 5s forwards;/* Firefox */-webkit-animation: cssAnimation 0s ease-in 5s forwards;/* Safari and Chrome */-o-animation: cssAnimation 0s ease-in 5s forwards;/* Opera */animation: cssAnimation 0s ease-in 5s forwards;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}
#sk_bg {animation-duration: 2s;animation-fill-mode: forwards;animation-iteration-count: infinite;animation-name: sk_bg_animation;animation-timing-function: linear;background: #f6f7f8;background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);background-size: 800px 104px;position: relative;width: 270px;height: 270px;margin-bottom: 10px;margin: auto;border-radius: 20px;}

@keyframes cssAnimation {
    to {width:0;height:0;overflow:hidden;}
}
@-webkit-keyframes cssAnimation {
    to {width:0;height:0;visibility:hidden;}
}

@keyframes sk_bg_animation{
    0%{background-position:-468px 0}
    100%{background-position:468px 0}
}