html, body
    position: relative
    margin: 0
    padding: 0
    background: black

#playground
    position: relative
    width: 320px
    height: 416px
    margin-left: auto
    margin-right: auto
    cursor: none

#welcomeScreen
    position: absolute
    width: 320px
    height: 416px

#loadingBarB
    position: relative
    top: 120px
    width: 300px
    height: 15px
    margin-left: auto
    margin-right: auto
    background: none
    border: thin solid #660000

#loadingBar
    position: absolute
    width: 0
    height: 15px
    background: red

#startbutton
    position: relative
    top: 140px
    text-align: center
    cursor: pointer

#overlay
    position: absolute
    color: black

.gameText
    position: absolute
    text-align: center
    font-family: sans-serif
    font-size: 17px

.hudText
    position: absolute
    text-align: center
    font-family: sans-serif
    font-size: 17px

body, html
    position: static

#playground
    color: white
    cursor: none
    margin: 0 auto

@media (min-width: 641px)
    #playground
        bottom: 0
        left: 0
        margin: auto
        position: absolute !important
        right: 0
        top: 0