DeathmatchPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;

    .deathmatch-board {
        position: absolute;
        flex-direction: column;

        left: 12px;
        top: 12px;

        height: 100%;

        font-size: 25px;

        gap: 16px;
    }
}
