body {
    margin: 0px;
    height: 650px;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

@font-face {
    font-family: Century_Gothic;
    src: url('4_Century Gothic.ttf');
}

*:not(input):not(textarea):not(area):not(map){
   -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;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}

*:not(input):not(textarea)::selection 
{
    background-color:transparent;
} 
*:not(input):not(textarea)::-moz-selection
{
    background-color:transparent;
}

#animation_container {
    width: 760px;
    height: 445px !important;
    margin: 0px auto;
	overflow: hidden;
}

#canvas {
    position: absolute;
    display: block;
}

#dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    width: 760px;
    height: 420px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

#start_screen {
    width: 760px;
    height: 420px;
    margin: 0px auto;
    background-image: url(../assets/images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#loader {
    background-image: url(../assets/images/loader.gif);
    width: 63px;
    height: 63px;
    position: relative;
    top: 150px;
    left: 358px;
    display: none;
}

#playButton{
    font-family: 'Century_Gothic';
    font-size: 25px;
    color: #ffffff;
    background-color: #b900c0;
    padding: 10px 13px;
    position: relative;
    top: 264px;
    border-radius: 50%;
    width: 50px;
    cursor: pointer;
    border: 3px solid #5a0165;
    z-index: 9999;
    cursor: pointer;
    left: 522px;
}
#playButton span{
    cursor: pointer;    
}

.IsDeskTop #playButton:hover {    
    color: #5a0165;
    background-color: #ffffff;
}

.heart-ending{
    position: absolute;
    top: -433px;
    width: 1903px;
    height: 1353px;
    margin: 0px 133px;
    animation: play 1s steps(50);
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
 
@keyframes play {
    100% {     
        top: 0px;
        width: 593px;
        height: 553px;
    }
}

.st0{
    fill:#FF88DC;
}

footer{
    top:370px;
}