body {
  background-color: #131313;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body > div svg {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}

#play:hover,
#pause:hover,
#reverse:hover {
  fill: #ffd32e;
  cursor: pointer;
}

h1 {
  font-family: Kanit;
  font-weight: 500;
  font-size: 48px;
  color: white;
  margin-top: 30px;
  margin-left: 60px;
  width: 1200px;
}

.tween {
  color: #00ccff;
}

.timeline {
  color: #0ffa2d;
}
