.control-button-q {
    position: relative;
    background: none;
    border: none;
    top: 296px;
    left: 71px;
    transform: scale(1);
    cursor: pointer;
    z-index: 1000;
}

.control-button-q img,
.control-button-a img,
.control-button-e img,
.control-button-d img {
    width: 100%;
    height: auto;
}

.control-button-a {
    position: relative;
    background: none;
    border: none;
    top: 380px;
    left: -4px;
    transform: scale(1);
    cursor: pointer;
    z-index: 1000;
}

.control-button-e {
    position: relative;
    background: none;
    border: none;
    top: 296px;
    left: 569px;
    transform: scale(1);
    cursor: pointer;
    z-index: 1000;
}

.control-button-d {
    position: relative;
    background: none;
    border: none;
    top: 380px;
    left: 494px;
    transform: scale(1);
    cursor: pointer;
    z-index: 1000;
}

.control-button-pause {
    position: relative;
    background: none;
    border: none;
    top: 80px;
    left: 410px;
    transform: scale(1);
    cursor: pointer;
    z-index: 1000;
}

.control-button-resume {
    position: relative;
    background: none;
    border: none;
    top: 20px;
    left: 347px;
    transform: scale(1);
    cursor: pointer;
    z-index: 1000;
}

.control-button-reset {
    position: relative;
    background: none;
    border: none;
    top: 140px;
    left: 284px;
    transform: scale(1);
    cursor: pointer;
    z-index: 1000;
}

.light-indicator {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1000;
}

.green-light {
    top: 51px;
    right: 48px;
}

.red-light {
    top: 111px;
    right: 48px;
}

.lives-display {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    height: 24px;
    z-index: 2000;
}
