.debug-blue {
    background-color: rgba(73, 73, 186, 0.508);
}

.debug-red {
    background-color: rgba(186, 73, 73, 0.508);
}

.debug-green {
    background-color: rgba(73, 186, 80, 0.508);
}