.img-need {
    max-width: 90%;
    height: auto;
}

.text-covid-red {
    color: #f03500!important;
}

.body-covid-text {
    font-size: 1.2rem;
}

.covid-bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  padding: 20px;
}

.covid-bg-text .lead {
    font-weight: 600;
}

.covid-results .fas {
    color: #00bbf0!important;
    padding-bottom: 5%;
}