*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



#canvas1{
    border: 5px solid black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#player, #playerShadow, #Layer5, #Layer4, #Layer3, #Layer2, #Layer1, #EnemyHang, #EnemyGround, #EnemyFly {
    display: none;
}


#MenuTopBar{
    position: absolute;
    width: 1280px;
    height: 90px;
    background-color: #D8DEE9;
}


#ply{
    position: absolute;
    left: 2px;
    width: 150px;
    height: 60px;
    background-color: #3B4252;
    border-color: #88C0D0;
    border-width: 2em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    color: #88C0D0;
}

#char{
    position: absolute;
    left: 150px;
    width: 150px;
    height: 60px;
    background-color: #3B4252;
    border-color: #88C0D0;
    border-width: 2em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    color: #88C0D0;
}

#settings{
    position: absolute;
    left: 300px;
    width: 150px;
    height: 62px;
    background-color: #3B4252;
    border-color: #88C0D0;
    border-width: 2em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    color: #88C0D0;
}

#ply:hover{
    position: absolute;;
    width: 150px;
    height: 70px;
    left: 2px;
    background-color: #fff;
    border-color: #88C0D0;
    border-width: 2em;
    padding: 2px;
}

#char:hover{
    position: absolute;
    left: 150px;
    width: 150px;
    height: 70px;
    background-color: #fff;
    border-color: #88C0D0;
    border-width: 2em;
    padding: 4px;
}

#settings:hover{
    position: absolute;
    left: 300px;
    width: 150px;
    height: 70px;
    background-color: #fff;
    border-color: #88C0D0;
    border-width: 2em;
    padding: 6px;
}