body {
  font-family: "Roboto", sans-serif;
  background: #0a1f44;
  text-align: center;
}
h1 {
  color: white;
}
.input {
  width: 50%;
  max-width: 450px;
  height: 50px;
  margin: 5px;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  background-color: white;
  font-size: 18px;
}
.botonAgregar {
  width: 50px;
  height: 50px;
  margin: 5px;
  border: none;
  border-radius: 10px;
  background-color: rgb(255, 6, 46);
  color: white;
}
.botonAgregar:hover {
  opacity: 0.9;
}
.itemInput {
  height: 50px;
  width: 350px;
  padding: 0 20px;
  border: solid white 1px;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  background: none;
  outline: none;
}
.inputDiv {
  margin-bottom: 20px;
}
.item {
  margin-bottom: 10px;
}
.botonEditar {
  margin: 0 5px;
  border: none;
  background: none;
  color: #62d0ff;
  font-size: 1.4rem;
  font-family: Montserrat, sans-serif;
}
.botonRemover {
  height: 50px;
  width: 50px;
  margin: 0 5px;
  border: none;
  border-radius: 10px;
  background-color: rgb(255, 6, 46);
  font-size: 20px;
}
