body{
    text-align: center;
    background-color: rgb(17, 20, 92);
    font-family: 'Rubik', sans-serif;
}

h1{
    color:white;
}

.input{
    width:450px;
    height:50px;
    margin:5px;
    margin-bottom: 20px;
    padding: 0px 20px;
    outline:none; /*contorno*/
    border:none;
    border-radius:10px;
    background-color:white;
    font-size: 18px;
}

.boton-agregar{
    width:50px;
    height:50px;
    margin:5px;
    border-radius: 10px;
    background-color:rgb(255, 6, 46);
    color:white;
}

.boton-agregar:hover{
    opacity: 0.9;
}

.item-input{
    width: 420px;
    height: 50px;
    padding:0px 20px;
    border:1px solid white;
    border-radius: 10px;
    color:white;
    font-size: 18px;
    background:none;
    outline: none;
    margin-bottom: 10px;
}

.item{
    margin-bottom: 10px;
}

.boton-editar{
    margin: 0px 5px;
    border:none;
    background:none;
    color:#62d0ff;
    font-family: Montserrat, sans-serif; 
    font-size: 1.4rem;
}

.boton-remover{
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    border:none;
    border-radius: 10px;
    font-size:20px;
    background-color: rgb(255, 6, 46);
    color:white;
}