.control-settings {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    gap: 16px;
}

.control-option {
    height: 87px;
    background-color: transparent;
    image-rendering: pixelated;
    cursor: pointer;
    transition: transform 0.2s;
}

.control-option.qaed,
.control-option.qapl {
    width: 117px;
}

.control-option.wasd {
    width: 144px;
}

.control-option:hover {
    transform: scale(1.05);
}
