/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 aug. 2020, 22:51:56
    Author     : irihag
*/
label{
  padding-top: 10px;
  font-weight: bolder;
 text-align: center;
}
         svg text {
            fill: purple;
            font: 1.5em sans-serif;
            text-anchor: end;
         }
         .axis path, .axis line {
          fill: none;
          stroke: steelblue;
      }
       
      .axis text {
          font: 10px Verdana;
      }
   
#rocket{
  text-align: center;

  padding-top: 5px;
  font-size: 1.2em;
  color: rgb(255, 251, 0);
}
.center{margin: auto;
  width: 80%;
  display: flex;
align-content: center;} 
.block {
  float: left;
 
  background-color:#45a049 ;
}
#resDiv{
  font-weight: bolder ;
  font-style: italic;
}
#svgDiv{
float: left;
  position: relative;
}
