.box_green {
    background-color:rgb(133,184,0);
}

.box_blue {
    background-color:rgb(23,167,201);
}

.box_pink {
    background-color:rgb(232,1,133);
}

.box_orange {
    background-color:rgb(250,117,14);
}

.box_yellow {
    background-color:rgb(242,204,48);
}
