* {
    //border: 1px solid black;
}

#main {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#title {
    font-size: 32px;
}

#messagearea, #result {
    position: relative;
    width: 1000px;
    margin-left: -500px;
    margin-top: 30px;
    left: 50%;
}

#msg {
    font-size: 20px;
    text-align: center;
}

.block, .space {
    margin: 1px;
    width: 42px;
    font-size: 38px;
    text-align: center;
    display: inline-block;
}

.space {
    width: 26px;
}

.letter {
    font: 38px georgia;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: black;
    border: 1px solid black;
    color: tan;
}

.number {
    width: 42px;
    font-size: 28px;
}

.error {
    font-size: 30px;
    color: red;
}