
<style>

div {
 padding: 10px 20px;
  line-height: 30px;
  font-weight: 600;
}

.covid {
  background-color: #f2c039;
  border-top: 18px;
  border-bottom: 18px;
  border-color: #f2c039;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
  font-weight: 600;
  
}

</style>