  
.post-content h3 {
  color: black ;
  padding-top:5px;
   font-size:20px;

  font-weight:400;
  padding-bottom:5px;
}

.post-content h2 {
  color: #05CEF1 ;
  padding-top:5px;
  font-size:30px;
  font-weight:bold;
  padding-bottom:5px;
}


.post-content a {
  color: blue ;
  font-size:16px;
  font-weight:bold;
}


.post-content ul {
  list-style-type: disc;   /* adds round bullet points */
  margin-left: 20px;       /* space before bullets */
  padding-left: 20px;
}





.post-content ul li {
  font-size: 16px;
}

.post-content li strong {
  color: black;
    font-size: 18px;

  font-weight: bold;
}


.post-content li{
  color: black;
    font-size: 16px;
    

}


.post-content p {
  color: black ;
  padding-top:5px;
  font-size:16px;
  padding-bottom:3px;
}

