#apicall{
   position: relative;
   width: 100%;
   min-height: 500px;
   /* background: #538fff; */
 
 background: -webkit-linear-gradient( top, #5993ff 60%, #f7faff 80%  );
 background: -o-linear-gradient( bottom, #5993ff 60%, #f7faff 80%  );
 background: -moz-linear-gradient( bottom, #5993ff 60%, #f7faff 80%  );
 background: linear-gradient(to bottom, #5993ff 60%, #f7faff 80% );
 }

 #apicall h3 {
   text-align: center;
   margin: auto;
   color: #fbfbfb;
 }
 #apicall p {
   text-align: center;
   margin: auto;
   color: #fbfbfb;
 }

 #apicall #graphBlock {
  margin: 0px auto 0px auto;

 }