
#boardCanvas {
    width:500px;
    height:500px;
}

#eyeCanvas {
    width:200px;
    height:100px;
}

#maintext {
    border: solid thin;
    position: absolute;
    left: 540px;
    top: 0px;
    background-color : #fff8a6;
    padding: 10px;
    width: 500px;
}

.heading {
    font-size: 200%;
}

.subheading {
    font-size: 80%;
    padding-bottom: 10px;
}