.about-section {
  background-color: white;
  margin: 10px;
  border-radius: 10px;

}

.about-section p, b, h3, h4,h5, li,span  {
  color: rgb(51, 51, 51);
}

h3{
  color: white;
}

iframe {
  border: 5px solid #00c89a;
  border-radius: 5px;
  margin-top: 10px;
}