div{

    margin: 0px;

}

#question{

    position: absolute;
    font-size: 12em;


}

#keyboard{
    
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -255px;
    width: 510px;
    height: 210px;
    background-color: #CCCCCC;
    border-radius: 5px;
    padding: 2.5px;

}

.key-row{

    width: 100%;
    height: 35px;

}

.key{

    margin: 2.5px;
    border-radius: 3px;
    background-color: #fff;
    color: grey;
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    line-height: 30px;

}

.letter{

    width: 30px;
    height: 30px;

}

.tab-bspace-esc{

    height: 30px;
    width: 50px;

}

#caps{

    height: 30px;
    width: 58px;

}

.shiftl-cmd{

    height: 30px;
    width: 40px;

}

#shiftr{

    height: 30px;
    width: 75px;

}

.arrow{

    height: 15px;
    width: 30px;
    margin: 0;
    line-height: 15px;

}


#enter-top{
    
    height: 30px;
    width: 30px;

}

#enter-bot{
    
    margin-top: -6px;
    height: 39px;
    width: 22px;

}

#spacebar{

    height: 30px;
    width: 170px;

}



.pressed{

    background-color: tomato;

}






