*{

    padding: 0;
    margin : 0;
    box-sizing: border-box;
}

html,body{

    height: 100%;
    width: 100%;
   


}

.heading{
 text-align: center;
 letter-spacing: 15px;
 font-size: 40px;
 color:red;

}

.d1{

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.d2{

    margin-left: 12%;
}

.list-cont{
   width: 85%;
    padding: 20px;
    list-style: none;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.lable-cont{
   width: 70%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid red;
    background:linear-gradient( 120deg ,red, gray, gray,gray );
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dlt-btn{
    
    border: none;
    background-color: transparent;
}

.dlt-btn:focus{

    outline: none;
    border: none;
}

.d3{
 height: 10%;
 width: 100%;
   display: flex;
   flex-direction: row;
   justify-content:center;
   align-items: center;
   
}