#background{display:flex;height:100%;left:0;pointer-events:none;position:fixed;text-align:center;top:0;transition:filter ease-in 200ms;width:100%;z-index:0}.background--blurred{-webkit-filter:blur(24px);filter:blur(24px)}#background__container{animation-duration:1s;animation-iteration-count:1;animation-fill-mode:both;animation-name:background__container;animation-play-state:running;animation-timing-function:ease-out;margin:auto}@keyframes background__container{0%{transform:translateY(-100vh)}60%{transform:translateY(30px)}80%{transform:translateY(-15px)}90%{transform:translateY(10px)}100%{transform:translateY(0)}}@media(orientation: landscape){#background__logo svg{height:50vh;width:auto}}@media(orientation: portrait){#background__logo svg{height:75vw;width:auto}}#background__slogan{font-size:1.5em;font-weight:200;margin-top:1em;padding-left:1.5em;padding-right:1.5em}