#about-us-div {
  background-color:black;
  background-color:var(--clr);
  color:rgb(255,253,0);
  color:var(--bgr);
  width:100%;
  margin:auto;
  max-width:600px;
  padding:20px;
  margin-top:50px;
  margin-bottom:30px;
}

.about-us-p {
  text-align:justify;
}

#about-us-header-div {
  text-align:center;
}

