canvas {
    border:1px solid #d3d3d3;
    /* background-color: #f1f1f1; */
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    
    background-size: cover;


}
body, canvas {
    padding: 0;
}

body {
    font-family: Comic Sans MS;
  }

canvas {
    image-rendering: -moz-crisp-edges;    /* Firefox */
    image-rendering: pixelated;           /* Chrome */
    position:relative;
    width: 100%; text-align:center; margin: auto;
}
table {
    border-collapse: separate;
    border-spacing: 20px;
    margin: 0 auto
}
/* Show in default resolution screen*/
#text {
    position: relative; 
    margin:0 auto; 
    line-height: 1.4em;
    }
    
/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (max-width: 479px){
    #table { width: 50%; }
}

td {
    border-bottom: 5px solid black;
    vertical-align: bottom;
    padding: 0;
    font-size: 80px;
}

.textInput {
    background-image: url("../img/bg2.png");

}

td > span {
    background-color: white;
    position: relative;
    bottom: -5px;
}
input {
    font-family: "Comic Sans MS";
    border-width:0px;
    border:none;
    text-align: center;
    width: 80px
}

.letter {
    font-size: 100px;
    text-align: 'center'
}
textarea:focus, input:focus{
    outline: none;
}