body {
  background-color:wheat;
  color: aliceblue;
}

@font-face {
  font-family: 'Doctor Glitch';
  src: url('font/Doctor_Glitch.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.hero {
  background-color: #000120;
  font-size: 'Doctor Glitch', sans-serif;
}

h1 {
  font-family: 'Doctor Glitch', sans-serif;
  font-size: 3em;
  color: #00FFFF;
  text-align: center;
}

#chartdiv {
  width: 100%;
  height: 650px;
}