html,body{width:100%;height:100%;margin:0;overflow:hidden}.container{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation:colors 20s infinite linear;animation:colors 20s infinite linear}img{display:block;width:50vw;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes spin{to{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes spin{to{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes colors{0%,100%{background-color:#90ee90}15%{background-color:#add8e6}30%{background-color:lightpurple}45%{background-color:violet}60%{background-color:lightred}75%{background-color:orange}90%{background-color:#ff0}}@keyframes colors{0%,100%{background-color:#90ee90}15%{background-color:#add8e6}30%{background-color:lightpurple}45%{background-color:violet}60%{background-color:lightred}75%{background-color:orange}90%{background-color:#ff0}}

