html, body {
    margin: 0;
    padding: 0;
    border: 0 none;
    height: 100%;
    overflow: hidden;
}

#word {
    width: 100%;
    background: #808080;
    overflow: hidden;
}

#buttons {
    height: 35px;
    padding-top: 10px;
    text-align: center;
}

#buttons button {
    margin-left: 6px;
}

.sealRemind {
    color: red;
    font-weight: bold;
    font-size: 16px;
}