.covid.title{
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.covid.text{
  margin-bottom: 20px;
  font-size: 16px;
  color: #6c6c6c;
  text-align: justify;
}

.covid.title-sm{
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}

ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.list li{
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #9b9b9b;
}

.covid.copyright{
  font-size: 14px;
  color: #8d8d8d;
}

.covid.message{
  margin-top: 70px;
  font-size: 27px;
  font-style: italic;
  color: #363636;
  text-align: center;
}
