body {
    margin: 0px;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    height: 510px;
}

#animation_container {
    width: 760px;
    height: 420px;
    margin: 0px auto;
}

#canvas {
    position: absolute;
    display: block;
}

#dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    width: 760px;
    height: 425px!important;
    position: absolute;
    display: block;
}

#start_screen {
    width: 760px;
    height: 420px;
    margin: 0px auto;
    background-image: url(../assets/images/bg.svg);
    background-size: contain;
}

#loader {
    background-image: url(../assets/images/loader.gif);
    width: 63px;
    height: 63px;
    position: relative;
    top: 327px;
    left: 619px;
    display: none;
}

#playButton {
    width: 129px;
    height: 55px;
    background-image: url(../assets/images/playButton.svg);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    top: 332px;
    left: 588px;
    cursor: pointer;
}

#playButton:hover {
    background-image: url(../assets/images/playButtonHover.svg);
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	cursor: default;
    -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
    user-select: none;
	cursor: default;
}