.theme-blue {
    --background-color: #001f3f;
    --secondary-color: #93ceff81;
}

.theme-red {
    --background-color: #390000;
    --secondary-color: #ff9b9bc6;
}

.theme-green {
    --background-color: #002600;
    --secondary-color: #b5ffb5a1;
}

.theme-grey {
    --background-color: #1c1c1c;
    --secondary-color: #b6b6b6;
}

.theme-purple {
    --background-color: #2e003e;
    --secondary-color: #dcb1ffcd;
}