* {
  padding: 0;
  margin: 0;
}

h1, h3 {
  text-align: center;
  margin: 20px;
}

canvas {
  background: #eeeeee;
  display: block;
  margin: 0 auto;
  border-color: #474747;
  border-width: 5px;
  border-style: solid;
}

#buttonControls {
  margin: auto;
  margin-bottom: 10px;
  width: 50%;
  padding: 10px;
  background-color: #e0e0e0;
  border-color: #474747;
  border-width: 5px;
  border-style: solid;
}

#controlsOnRight {
  float: right;
}

#livesSlider {
  width: 100%;
}

form {
  padding: 10px;
  background-color: #9e9e9e;
  border-color: #474747;
  border-width: 5px;
  border-style: solid;
}

footer {
  text-align: center;
  padding: 1%;
}

#settingsCollapseButton {
  margin-left: 44%;
  margin-right: 44%;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 12%;
}

@media (max-width: 1600px) {
  canvas {
    width: 80%;
  }
}
#speedSettings button {
  margin-botton: 20px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
}

/*# sourceMappingURL=styles.css.map */
