.intro {
         
          background-color: #fff;
          width: 600px;
          margin: 0 auto;

}
 
.heading {
         
          font-weight : normal;
          color: #000000;
          background-color: #fff;
          

}
 
.title {

          font-weight : bold; 
          background-color : #fff;
          color : white; 
          text-align : center; 


} 

.date {
          float: right;

}


