ExitSign {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-family:Poppins;
    font-weight: 1000;

    .sign {
        position: absolute;
        width: 75px;
        height: 75px;
        background-color: #00ff905c;
        color: #fff;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 32px;
        font-weight: bold;
    }

    .on {
        transform: translateX(-50%);
        opacity: 0.25;
        background-color: #00ff905c;
    }

    &.dead {
        display: none;
    }
}
