header {
    text-align: center;
    color: floralwhite;
    background-color: rgb(26, 29, 29);
    padding-top: 2px;
    padding-bottom: 2px;
}

body {
    background-color: rgb(216, 206, 206);
}

.lowerCard{
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
    width: 143px;
    height: 200px;
}

.favorable {
    background-color: green;
}

.moderate {
    background-color: yellow;
}

.severe{
    background-color: red;
}

.list-group-item {
    cursor: pointer;
}

.uVBtn{
    font-size: 15px;
}
.removebutton {
font-size: 10px;
float: right;
}