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

#word {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

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

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