body{font-family:"Nunito Sans",sans-serif;font-size:16px;background:url(/images/bgk_unavailable.jpg) no-repeat top center #150f02;background-size:cover;min-height:100vh;margin:0;padding:0;display:flex;justify-content:center;align-items:center;animation:bgkmov 60s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:linear}.logo{display:block;width:80%;max-width:250px;margin:0 auto 1em auto}.message{color:#fff;font-weight:700;text-align:center;padding:1em}p{margin:0}a{color:#f7ec90}@media screen and (min-width: 768px){.logo{max-width:350px}}@media screen and (min-width: 1024px){body{animation:bgkmov2 60s}}@keyframes bgkmov{from{background-position-x:0%}to{background-position-x:100%}}@keyframes bgkmov2{from{background-size:100%}to{background-size:120%}}
