body{
    background-image: url(bg.png)!important;
    color: #333;
}
h1, h2 {
    text-align:center;
}
label, input[type=radio]{
    margin-right: 10px;
    cursor: pointer;
}
.word {
    min-height: 140px;
}
.word img {
    float:left;
    height: 100px;
    margin-right:20px;
}
.right{
    float:right;
}
.clear {
    clear:both;
}
.letters li {
    display: inline;
}

.letters li a{
    margin:3px;
    font-weight: bold;
        font-size: 24px;
        padding:0 7px;

}

.letters {
    padding: 0;
    text-align: center;
    line-height: 24px;
}

.container {
    padding:0 30px !important;
}
img{
    max-width:250px !important;
    margin:auto;
}
strong {
    text-transform: capitalize !important;
}

h3 {
margin:0 0 10px 0;
pdding: 0;
}

.error{
    color:#c71c22;
}