body {
  background: #0a5b90;
  font-family: Kanit, sans-serif;
}

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

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

svg {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.click {
  padding-bottom: 10vh;
  color: #ccf;
}

#vis-path {
  stroke: #ccc;
}

#motionGuide {
  opacity: 0;
}

#animation {
}
