body{
    margin: 0px;
    background-color: #459;
}
*{
   
    touch-action: manipulation;

    -webkit-user-select: none;
    cursor: crosshair;
}
b{
    position: absolute;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: 1px solid #000; 
    background: transparent -webkit-radial-gradient(50% 50%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 100%);
}
b:hover{
    border: 1px solid #fff;
}
#b{
    position: fixed;
}
#play-button{
  clear: both;
  width: 100px;
  font-size: 30px;
  cursor: pointer;
  margin: 20px auto;
}
#score, #misses, #balloons, #level, #win, #lose, #start-game{
    font-size: 80px;
    color: yellow;
    text-align: left;
    position: absolute;
    text-shadow: 0px 0px 5px #000;
    z-index: 100;
}
#score-label, #misses-label, #balloons-label, #level-label{
    position: fixed;
    font-size: 40px;
    color: white;
    z-index: 100;
}
#score{
    top: 0px;
    left: 17%;
}
#misses{
    top: 0px;
    left: 50% !important;
}
#balloons{
    top: 0px;
    left: 85% !important;
}
#level{
    bottom: 0px;
    left: 55% !important;
}
#score-label{
    top: 20px;
    left: 5%;
    clear: both;
}
#misses-label{
    top: 20px;
    left: 35%;
}
#balloons-label{
    top: 20px;
    left: 65%;
}
#level-label{
    bottom: 20px;
    left: 35%;
}
#win{
    display: none;
    width: 450px;
    height: 200px;
}
#lose{
    display: none;
    width: 600px;
    height: 200px;
}
#start-game{
    width: 400px;
    height: 300px;
    font-size: 30px;
}
#border{
    background-color: #444;
    z-index: 1;
    border: 100px solid #333;
    margin: 0px;
    border-radius: 50px;
    padding: 0px;
    position: absolute;
}
