*{
    margin: 0;
    padding: 0;
    font-family: math;
    /* background-color: aliceblue; */
}
header{
    text-align: center;
    padding: 22px;
    font-size: 1.5rem;
    /* font-family: math; */
    color: black;
}

.containor{
    text-align: justify;
    /* text-align: center; */
    padding: 15px;
    /* margin-top: -20px; */
}

.containor_list{
padding: 50px;
line-height: 2;
margin-top: -40px;
}

.footer{
    padding: 15px;
    margin-top: -56px;
    text-align: center;
}
/* .footer h3{
    font-size: 33px;
    padding: 7px;
} */

.footer p{
    line-height: 21px;
}
.about{
    background-color: black;
    color: bisque;
    line-height: 1;
    margin-top: 30px;
    position: sticky;
    bottom: 0
}


/* Delete form Css  */

.detele_form{
    border: 1px solid black;
    height: 177px;
    margin: 25px;
}

.detele_form .Delete_containor{
    text-align: center;
    margin-top: 42px;
}

#input{
    width: 63%;
    height: 29px;
}
.bttn{
    text-align: center;
    font-style: bold;
}
.detele_form #btn{
        /* text-align: center; */
        margin-top: 35px;
        padding: 7px 20px;
        border-radius: 10px;
        background-color: darkcyan;
        color: white;
}
.dlt_about{
    background-color: black;
    color: #fff;
position: fixed;
bottom: 0;
width: 100%;

}
.Delete_footer{
        padding: 15px;
        margin-top: auto;
        text-align: center;
}
