#gameCanvas
{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-42%);
}

#right
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 70%;
    border-radius: 6px;
    padding-top: 20px;
    margin-top: -110px;
    /* margin: 100px 25px 0 0; */
    /* box-shadow: 15px 15px 15px  #689f38; */
    background-color: #ffffff;
    width: 300px;
    height: 200px;
    /* border:2px solid black; */
    float: right;
    text-align: left;
    padding-left: 1.5%;
    font-size: 200%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#score
{
    font-size: 130% !important;
}

#btn
{
    color: white;
    background: #b71c1c;
    margin: 20px 10px 20px 0;
    font-size: 140%;
    padding: 5px;
    font-weight: 500 ;
}

.left
{
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -110px;
    /* margin: 100px 0 0 30px; */
    /* border: 2px solid #000000; */
    padding:30px 10px; 
    width: 375px;
    background-color: #ffffff;
    /* box-shadow: 15px 15px 15px  #c62828; */    
}

#btn1
{
    font-size: 140%;
    margin: 20px 0 20px 10px;
    padding: 5px;
    color: white;
    font-weight: 500 ;
    background:#15e415;
}

#btn2
{
    font-size: 140%;
    margin: 20px 0px 20px 25px;
    background:#15e415;
    color: white;
}

#speedX
{
    font-size: 120%;
}

#speedY
{
    font-size: 120%;
}