

.overallComps {
   
    margin: 1rem 0 0 0;
}

.firstRow {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    
}

.secondRow {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    
}

.overallComps-01 {
    
    width: 4rem;
    height: 2rem;
    background-color: pink;
}

.overallComps-02 {
   
    width: 4rem;
    height: 2rem;
    background-color: rgb(158, 185, 235);
}

.overallComps-03 {
   
    width: 4rem;
    height: 2rem;
    background-color: rgb(186, 240, 189);
}

.overallComps-04 {
    
    width: 4rem;
    height: 2rem;
    background-color: rgb(233, 225, 150);
}

.overallComps-05 {
    
    width: 4rem;
    height: 2rem;
    background-color: rgb(203, 170, 240);
}

.overallComps-06 {
    
    width: 4rem;
    height: 2rem;
    background-color: rgb(255, 188, 157);
}

