h4 {
   
   background-color: #db93ba;
   font-color: #5f5f60;
   height: 20px;
}


#about {

  
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}

.tab div {
    display: none;
}

.tab div:target {
    display: block;
  
}
