html,
body {
  font-family: "Noto Sans", sans-serif;

  height: 100vh;
  /* Ensure body takes the full height of the viewport */
  display: flex;
  justify-content: center;
  /* Centers vertically */
  align-items: center;
  /* Centers horizontally */
}

button {

  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin: 2px;
  color: #fff;
  background-color: #141D22;
  border: 0;
  font-size: 16px;

}

.resultado {
  background-color: #1E2D36;
  height: 100px;
  width: 270px;
  margin-bottom: 10px;
  border-radius: 30px;
  margin-left: 5px;
  padding: 20px;
  color: #fff;
  font-size: 48px;
  overflow: hidden;

}

.result {

  text-align: right;

}

.xtudo {
  background-color: #0F1417;
  margin: 0 auto;
  width: 320px;
  padding: 15px;
  border-radius: 30px;

}