.verybad {
    background-color: #F15A25;
}

.bad {
    background-color: #FBB03B;
}

.good {
    background-color: #A2E55A;
}

.verygood {
    background-color: #43C642;
}

.neutral {
    border-color: gray;
    border-style: solid;
    border-width: thin
}



.legend {
    text-align: center;
    font-family: 'Roboto';
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    
    height: 150px;
    line-height: 150px;
    vertical-align: middle;

}


.emo-container {
    margin-top: 150px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
