body {
	font-family: sans-serif;
	color: #d1d098;
	background-color: #013950;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.input {
	width: 450px;
	height: 50px;
	margin-bottom:  10px;
	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(255, 6, 46);
}

.boton-agregar:hover {
	opacity: 0.9;
}


.item-input {
	color:  white;
	height: 50px;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid white;
	padding: 0px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: none;
}
.item-input-focus {
	color:  black;
	background: white;
}

.boton-editar {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 0px;
	margin:  0px 5px;
	background: none;
	color: #62d0ff;
	font-size: 1.4rem;
}

.boton-remover {
	width: 50px;
	height: 50px;
	font-size: 20px;
	background-color: rgb(255, 6, 46);
	border: 0px;
	border-radius: 10px;
	border: 0px;
	margin:  0px 5px;	
}

.boton-bajar,
.boton-subir {
	width: 50px;
	height: 50px;
	font-size: 20px;
	background-color: blueviolet;
	border: 0px;
	border-radius: 10px;
	border: 0px;
	margin:  0px 5px;	
}
