body{
    background-color: black;
}

.battle-zone{
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.canvas-container{
    display: inline-block;
    position: relative;
}

.question-text{
    background-color: red;
    width: 200px;
    height: 200px;
    display: inline-block;
}

.test-id{
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}