@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:200");@-webkit-keyframes slidein{0%{background-position:bottom;background-size:2000px}to{background-position:-5px -5px;background-size:2750px}}@keyframes slidein{0%{background-position:bottom;background-size:2000px}to{background-position:-5px -5px;background-size:2750px}}.animated{background-image:url(/background.jpg);background-size:cover;-webkit-animation:slidein 100s;animation:slidein 100s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;display:flex;align-items:center;justify-content:center;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;border-radius:3px}.center h1{text-align:center;color:#fff;font-family:Source Code Pro,monospace;text-transform:uppercase}