

#title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: 2px 1px 3px #395414;
    margin-top: 10px;
    margin-bottom: -5px;
}
#title span{padding: 5px 3px 1px 5px; width:37px; height: 36px; margin: 1px; color: #fff; background-color:#68af0a; border-radius: 8px; display: inline-block;text-align: center;}
span.wordlecss span {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0px 3px;
    margin-right: 3px;
}
#wordlenavlink a.golink.golinkw:hover span span{
    border: 1px solid #EE183B;
}
li.active a.golink.golinkw span span{
    border: 1px solid #EE183B;
}
#board {
    width: 350px;
    height: 420px;
    margin: 0 auto;
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins';
}

.tile {
    /* Box */
    border: 2px solid lightgray;
    width: 60px;
    height: 60px;
    margin: 1.5px 2.5px;
    font-family: 'Poppins';
    /* Text */
    color: black;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:5px;
}
.successdiv{display:none;background:rgb(0,0,0,.8); width: 100%; height: 100%; position: absolute; top:0px; left:0px; text-align: center;font-family: 'Poppins';}
.successdiv H1{font-family:Arial, Helvetica, sans-serif;}
.btn-replay{ background-color: #68af0a; border: 1px solid #68af0a;}
.btn-replay:hover{ background-color: #427202; border: 1px solid #427202;}
.correct {
    background-color: #68af0a;
    color: white;
    border-color: white;
}

.present {
    background-color: #ebb70e;
    color: white;
    border-color: white;
}

.absent {
    background-color: #424244;
    color: white;
    border-color:white;
}


.keyboard-row {
    width: 328px;
    background-color:#fff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.keyboard-row:last-child{border-radius:0px 0px 5px 5px;}
.key-tile {
    width: 30px;
    height: 32px;
    margin: 1px;
    border: 1px solid lightgray;
    font-family: 'Poppins';
    /* Text */
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:3px;
    cursor: pointer;
}

.enter-key-tile {
    width: 64px;
    height: 34px;
    margin: 1px;
    border: 1px solid lightgray;

    /* Text */
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}