#amoeba-simulation {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#simulation-start-button {
  width: 120px;
  height: 40px;
  font-size: 20px;
  background-color: #87cefa;
  border-radius: 5px;
  border: none;
}

#simulation-start-button:hover:not(:disabled) {
  background-color: #00bfff;
}

#simulation-start-button:not(:disabled) {
  cursor: pointer;
}

#simulation-start-button:disabled {
  cursor: not-allowed;
}
