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

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

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

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

img {
  display: block;
}

#nav {
  margin-top: 20px;
}

button {
  border-radius: 10px;
  background: #fc3;
  color: #06c;
  font-size: 14px;
  padding: 10px;
  border: none;
  font-weight: bold;
}

button:focus {
  outline: none;
  background-color: white;
}

#vis-path {
  stroke: red;
  stroke-width: 2px;
  fill: none;
}

.copy-motion-path {
  visibility: hidden;
}
