

.selection_buttons button{
  display: inline-block;
  padding: 20px;
  margin: 40px;
  background-color:white;
  color: black;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.selection_buttons button:hover{

  border: 2px solid grey;
  cursor: pointer;

}


.graph-container{
  width: 85%;
  height: 600px;
  margin-bottom: 60px;
  margin-left: 40px;
}

canvas{
  responsive: true;

}


.selection_buttons{
  display: inline-block;
  padding-bottom: 20px;
}

h1{
  font-size: 2.7rem;
}

.text_below{
  width: 60%;
  /* padding: 40px; */
  margin: auto;
  font-size: 1.2rem;
}
