body{
  font-family: "Merriweather";
  background-color: #232325;
}


.shout{
 color: #a3a3a1;
 font-size: 42px;
 text-align: center;
 border: 4px solid #a3a4a3;
 border-radius: 10px;
 padding: 20px 15px 25px 15px;
 margin: 20px;
}

.centerText{
 color: #a3a3a1;
 text-align: center;
}

#chart svg{
  width: 100%;
  height: 400px;
}

