body {
  background-color: rgb(148, 129, 233);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hide {
  display: none;
}

h1 {
  border: 2px solid rgb(255, 238, 0);
  padding: 5px;
  font-size: 2.5em;
  text-align: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.msg p {
    color: yellow;
    font-size: 1.3em;
}

input {
  outline: none;
  width: 10em;
  border-radius: 3px;
  border: 1px solid white;
}

.cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

label {
  font-size: 1.7em;
  margin: 0.3em;
  color: #ffffff;
}

.button {
  display: flex;
  justify-content: center;
}

.btn {
  padding: 0.35em 1.2em;
  text-decoration: none;
  margin: 1em;
  border-radius: 0.4em;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
  border: 1px solid white;
  width: 5em;
  font-size: 1.5em;
  cursor: pointer;
}

.btn:hover {
  color: #000000;
  background-color: #ffffff;
}

.visualiser {
  height: 70vh;
  border-bottom: 1px solid burlywood;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bar {
  background-color: rgb(16, 245, 195);
  border: 1px solid black;
  border-bottom: none;
  transition: all 0.05s;
}

#reset {
  position: absolute;
  top: 75px;
  right: 20px;
}
