body{
     display: flex;              
    justify-content: center;   
    align-items: center; 
    background-color: #1A1A1A;
}
ul li:hover  { 
    background-color: #ff00008b; 
    cursor: pointer; 
    transition: 0.3s;
    border-radius: 8px;
}
ul{
    position: relative; 
     padding-right: 30px;
    }
li{
    font-size: 25px;
    max-width: 300px;
    white-space: normal; 
    word-wrap: break-word;
    /* list-style-type: circle; */
    list-style-type: none;
   justify-self: center;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    

}
.h1{
    margin-bottom: 50px;
    color: white;
    font-size: 30px;
}
    h2{
        position: absolute;
        left: 20px;
        bottom: 5px;
        color: #999999;
        display: flex;
        flex-wrap: nowrap;
        font-size: 15px;
    }
#container{
    justify-items: center;
    min-width: 300px;
    max-width: 500px;
    box-sizing: content-box;
    background-color: #2C2C2C;
    border-radius: 15px;
    position: relative;
    margin-top: 200px;
    padding: 25px;
    margin-bottom: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 
                0 6px 20px rgba(0, 0, 0, 0.5);
    

}

#save{
    width: 25px;
    object-fit: cover;
    position: absolute;
    right: 30px;
    top: 110px;
    transition: 0.2s;
}
#save:hover{
    scale: 1.3;
}
 #buttom{
       background: none; 
    border: none; 
    padding: 0; 
    margin: 0; 
    cursor: pointer; 
    outline: none; 
 }
 #input{

    background-color: transparent;
    border: none;
    width: 255px;
    border-bottom: 3px solid #8fb4ff ;
    border-radius: 10px;
    position: absolute;
    top: 110px;
    left: 30px;
    outline: none;
    color: white;
    transition: 0.5s;
}
#input:hover{
    border-bottom: 3px solid #ffffff ;

}

 #limpiar{
        background: none; 
    border: none; 
  
    padding: 0; 
    margin: 0; 
    cursor: pointer; 
    outline: none; 
 }
#delete{
    width: 25px;
    object-fit: cover;
     position: absolute;
    right: 30px;
    bottom: 10px;
    transition: 0.2s;

} 
#delete:hover{
    scale: 1.3;
}
#name{
    color: #ffffff;
    position: fixed;
    bottom: 50px;
    left: 30px;
}