body {
    background-color: gray;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    background-color: white;
    padding: 1px 15px 20px 15px;
    border-radius: 10px;
    top: 10%;
    left: 25%;
    right: 25%;
    position: absolute;
}

.header {
    background-color: darkred;
    color: white;
    border-radius: 10px;
    text-align: right;
    padding-right: 15px;
}

.header h1 {
    line-height: 70px;
}

#letras {
    float: right;
}

#letras table tr td {
    border: 1px solid gray;
    color: gray;
}

#letras table {
    border-collapse: collapse;
}

#letras td {
    width: 40px;
    height: 40px;
    text-align: center;
}

#letras td:hover {
    background-color: pink;
}

.palavra {
    float: right;
}

.imagemMain img {
    opacity: 25%;
    position: relative;
}

.imagensVidas img {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 43px;
    padding-left: 16px;
}

.campo {
    width: 15px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid black;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    font-weight: bold;
}

.cross {
    background: url(imagens/incorrect.gif) no-repeat;
    position: relative;
    text-align: center;
    background-position: center center;
}