body {
  margin: 0;
  color: #fcbe24;
  background-color: #050505;
  overflow-x: hidden;
}

.todo {
  background: transparent; /* Make it white if you need */
  height: 50vh;
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #050505;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#myDiv {
  margin: 10px 0;
  font-size: 25px;
}

.botones {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

#number {
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
}

#buton {
  background-color: #0A4BFC;
  border: 0px;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size:20px;
}

#buton2 {
  background-color: #FC1765;
  border: 0px;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size:20px;
}

.calculadora{
  display: flex;
  flex-direction: column;
}

#pasos {
  max-height: 100vh;
  background-color: #050505;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

#container {
  display: flex;
  width: 100vw;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}