h2 {
  text-align: center;
  border-radius : 2px ;
  box-shadow: 10px 10px 5px #888888;
  background-color: #0A89C0;
  color: #015666;
}
h3 {
  width: 35%;
  text-align: center;
  border-radius : 2px ;
  box-shadow: 10px 10px 5px #888888;
  background-color: #5FBDCE;
  color: #015666;
}
h4 {  
  display : inline-block;
  padding : 1px 3px ;
  text-align: center;
  border-radius : 3px ;
  background-color: #22a6b3;
