#displayContainer {
  border-radius: 25px;
  justify-content: center;
  display: flex;
  background-color: #FF6645;
  box-shadow: 3px 3px 2px gray;
}

#buttonContainer {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

#demoButton {
  background-color: #00D8FF;
  border: none;
  color: white;
  width: 50px;
}

  