
canvas {
  display: block;
  margin: 0 auto;
}

.sliderApp {
  text-align: center;
}
.title {
  text-align: center;
  color: #F1C232;
}
button {
  background: #eee;
  border: none;
  padding: 12px;
  font-weight: bold;
}

button:hover {
  cursor: pointer;
  color: teal;
}
