html,
body,
.container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.btn-container-v1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.btn-container-v2 {
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.btn-container-splats {
  position: absolute;
  bottom: 80px;
  left: 20px;
}

.btn-container-v1 button {
  margin-right: 10px;
}

.btn-container-v2 button {
  margin-right: 10px;
}

.btn-container-splats button {
  margin-right: 10px;
}


