body {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  font-family: "Prompt", sans-serif;
}

.wrapper {
  background-color: #e8e8e8;
  border-radius: 1rem;
  min-height: 60vh;
  min-width: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.titulo {
  font-size: 3rem;
}

#contador {
  font-size: 5rem;
}

.seccion-botones {
  width: 80%;
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.boton {
  font-weight: 600;
  font-size: 1rem;
  font-family: "Prompt", sans-serif;
  height: 2rem;
  width: 5rem;
  border-radius: 0.5rem;
  border: none;
  background-color: rgb(157, 157, 157);
}
