body {
  margin: 0 auto;
  padding: 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  background-color: #231942;
  color: #ffd000;
}
h1 {
  text-align: center;
  padding-top: 50px;
}

.container {
  background-color: #11023d;
  border-radius: 10px;
  box-shadow: 12px 19px 10px -1px rgba(222, 185, 44, 0.37);

  border: white solid 2px;
  display: flex;
  /* flex-direction: column; */
  justify-self: center;
  align-items: center;
  padding: 20px;
}

.section__one,
.section__two {
  padding: 20px;
}

.section__one {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.number__label,
.number__input {
  margin: 5px;
  font-weight: bold;
  height: 20px;
}
.number__label {
  font-size: 18px;
}
.paragraph {
  font-size: 16px;
  margin: 8px;
  text-align: center;
  font-weight: bold;
}

.number__input {
  display: flex;
  align-self: center;
  text-align: center;
  width: 40px;
  height: 26px;
  font-size: 18px;
  border: rgb(89, 0, 255) solid 4px;
  border-radius: 10px;
}

button {
  margin: 5px;
  height: 40px;
  background-color: rgba(240, 255, 26, 0.829);
  border: 2px rgb(92, 12, 72) solid;
  border-radius: 20px;
  font-weight: bold;
  color: rgb(25, 52, 77);
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

button:hover {
  background-color: rgb(149, 219, 20);
}

.result {
  margin: 20px;
}
