body {
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  background-color: rgb(39, 39, 107);
}
h1 {
  color: white;
}
.input {
  width: 600px;
  height: 50px;
  margin: 10px 5px;
  padding: 0px 20px;
  border: 0px;
  border-radius: 10px;
  background-color: white;
  font-size: 18px;
}
.boton-agregar {
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 0px;
  border-radius: 10px;
  background-color: rgb(107, 161, 241);
  color: white;
}
.boton-agregar:hover {
  opacity: 0.9;
}
.item-input {
  width: 60%;
  height: 50px;
  padding: 0 20px;
  border: solid white 1px;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  background: none;
}

.item {
  margin-bottom: 10px;
}

.boton-editar {
  margin: 0 5px;
  border: none;
  background: none;
  color: #62d0ff;
  font-size: 1.4rem;
  font-family: sans-serif;
}

.boton-remover {
  height: 50px;
  width: 50px;
  margin: 0 5px;
  border: none;
  border-radius: 10px;
  background-color: rgb(255, 6, 46);
  font-size: 20px;
}

.copyright {
  margin: 20px;
  position: fixed bottom;
  color: white;
}

.marco {
  width: 800px;
  padding: 5px;
  margin: 5px auto;
  border: solid white 1px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.192);
}
