body {
    margin: 0;
    overflow: hidden;
}

#game-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#explode-button {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    font-size: 16px;
}
