﻿.yellowDarkBackground {
    background-color: #fdd835 !important;
}

.greenBackground {
    background-color: green !important;
}

.blueBackground {
    background-color: blue !important;
}

.redBackground {
    background-color: red !important;
}

.lightBackground {
    background-color: lightgrey !important;
}
