html, body {
  background-color:#2a2928;
}
label {
  color: aliceblue;
  font-family: Arial;
}
input[type='range'] {
  accent-color: #638192
}
.center {
  display: flex;
  justify-content: center;
}