
/* colors */
    .backgroundColorYellow {
    background-color: rgba(206,113,29,1);
    }   
    .backgroundColorBlue {
    background-color: hsla(200,10%,60%,1);
    }
    .backgroundColorOrange {
    background-color: coral;
    }
    .backgroundColorOldYellow {
    background-color: hsla(42,50%,50%,1);
    }
    .backgroundColorWhite {
    background-color: hsla(200,10%,95%,0.85);
    }    
