body{background-color:#9ac7ff;background-image:url(../img/title-screen-background.png);background-size:100%;background-position:50% 100%;background-repeat:no-repeat}#screen-start.board{background:0 0}.clouds{width:100vw;height:100vh;overflow:hidden;position:fixed}.cloud{position:absolute;width:150px;height:68px;right:-150px;background-size:contain;background-repeat:no-repeat;transform:translate(0);animation-name:drift;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:40s;animation-play-state:running}.cloud-1{top:20%;background-image:url(../img/cloud-01.png)}.cloud-2{top:60%;animation-delay:-20s;background-image:url(../img/cloud-02.png)}@media screen and (max-width:1100px){body{background-size:150%}}@media screen and (max-width:700px){#screen-start{background:url(../img/title-screen-background.png) 50% 100% no-repeat #9ac7ff;background-size:100%}}#screen-start .logo{width:100%;height:300px;margin-bottom:50px;background-image:url(../img/start-screen-logo.png);background-position-x:50%;background-size:contain;background-repeat:no-repeat}#screen-start .sparkle,#screen-start .sparkle0{background-image:url(../img/sparkle0.png)}#screen-start .sparkle{position:absolute;top:0;left:0;width:15px;height:15px;background-size:cover;image-rendering:pixelated}#screen-start .sparkle1{background-image:url(../img/sparkle1.png)}.start-highscore{margin:10px 0;color:#000}