#Local {
    height: 200px;
    background-color: rgb(255, 255, 255);
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, rgba(214, 203, 40, 0.507), rgba(175, 53, 169, 0.514));
     /* background-image: radial-gradient(rgba(250, 191, 167, 0.911), rgba(255, 165, 138, 0.705), rgb(150, 223, 252));   */
    /* Standard syntax (must be last) */
}
#Development {
    height: 200px;
    background-color: rgb(255, 255, 255);
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, rgba(233, 92, 26, 0.507), rgba(40, 126, 37, 0.514));
     /* background-image: radial-gradient(rgba(250, 191, 167, 0.911), rgba(255, 165, 138, 0.705), rgb(150, 223, 252));   */
    /* Standard syntax (must be last) */
}
#Production {
    height: 200px;
    background-color: rgb(167, 229, 253);
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, rgb(150, 229, 243), rgba(233, 177, 124, 0.945));
     /* background-image: radial-gradient(rgba(250, 191, 167, 0.911), rgba(255, 165, 138, 0.705), rgb(150, 223, 252));   */
    /* Standard syntax (must be last) */
}
#CustomerCustom {
    height: 200px;
    background-color: rgba(48, 78, 62, 0.938);
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, rgb(47, 160, 116), rgba(80, 118, 221, 0.822));
     /* background-image: radial-gradient(rgba(250, 191, 167, 0.911), rgba(255, 165, 138, 0.705), rgb(150, 223, 252));   */
    /* Standard syntax (must be last) */
}