#chart {
  width: 100%;
  height:85vh;
  display: flex;
	flex-direction: column;
}

.rect {
  background-color:coral;
}

#footer {
  width:100%;
  height: 10vh;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
}

h1 {
  margin:0px;
  margin-top:2vh;
  color: grey;
  vertical-align:middle;
}