*{box-sizing:border-box}html,body{width:100%;height:100%}@keyframes giffer{0%{background-position:0 33%}50%{background-position:100% 68%}100%{background-position:0 33%}}body{padding:0;margin:0;background-color:#ee8e23;background:linear-gradient(85deg,#ee8e23,#f4d609,#e1690d);background-size:600% 600%;animation:giffer 20s ease infinite}.container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.splash{-ms-flex:none;flex:none;max-width:400px;padding:16px;text-align:center}.splash__logo{width:200px;margin-bottom:16px}@media all and (min-width:768px){.splash__logo{width:275px}}.splash__text{color:white;font-family:Anton,sans-serif;letter-spacing:.05em}@media all and (min-width:768px){.splash__text{font-size:1.6em}}