body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}

h1 {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 48px;
  text-align: left;
  margin-top: 30px;
  margin-left: 30px;
  overflow-x: hidden;
}

canvas {
    margin-top: 80px;
    margin-left: 80px;
}

.bhead {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: black;
  z-index: 999;
}