body {
    text-align: center;
    color: white;
    margin: 0;
    overflow: hidden;
    background: url('https://cdn.pixabay.com/photo/2016/08/14/14/58/pokemon-1593048_1280.jpg') no-repeat center center fixed;
    background-size: cover;
}
canvas {
    background: transparent;
    display: block;
    margin: 0 auto;
}
#status {
    font-size: 20px;
    color: yellow;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#time {
    position: absolute;
    top: 10px;
    right: 10px;
    color: cyan;
}
#controls {
    position: absolute;
    top: 40px;
    left: 10px;
}
button {
    font-size: 16px;
    padding: 5px 10px;
}