.green {
    color: green;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

.bg-soft-green {
    background: rgba(0,255,0,0.25) !important;
}

.bg-soft-orange {
    background: rgba(255,165,0,0.25) !important;
}

.bg-soft-red {
    background: rgba(255,0,0,0.25) !important;
}

.left-0 {
    left: 0 !important;
}

footer {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 8vh;
}