body {
    background-color: rgb(163, 154, 136);
}
h1{
    text-align: center;
}
.ok {
    margin-left: 25%;
    width: 50%;
}
.heading, .add-items {
    padding: 10px;
    background-color: rgba(0, 173, 173, 0.253);
    text-align: center;
}
.add-items {
    margin-top: 40px;
}
.a {
    color: black;
    padding: 5px;
    border: none;
    margin: 10px;
    font-size: 15px;
    border-radius: 10%;
    background-color: transparent;
    font-size: 20px;
}
.a:hover {
    color: black;
    background-color: rgba(127, 255, 212, 0.499);
    margin-top: 10px;
    border-bottom: 3px solid #ff0000;
}
.text {
    color: rgb(163, 154, 136);
    background-color: rgb(221, 218, 212);
}
.btn {
    margin: 10px;
    color: black;
    background-color: rgba(34, 194, 140, 0.499);
    border-bottom: 3px solid #ff0000;
}
button {
    border: none;
    background-color: rgb(163, 154, 136);
}

table {
    width: 100%;  
}

td, th {

    text-align: left;
}

ol {
    list-style-type: none;  
    padding-left: 20px;         
}

#data {
    width: 50%;
    padding-left: 0;           
}
.desc{

    padding-left: 25px;

}

.name{
    font-size: 30px;
    font-weight: bold;
}

.footer {
    position: fixed;
    bottom: 10px;  /* 10px from the bottom */
    right: 10px;   /* 10px from the right */
    text-align: right;  /* Align the text to the right */
    font-size: 14px;    /* Optional: adjust font size */
}

.footer a {
    color: black;
    text-decoration: none; /* Remove underline */
}

.footer p {
    margin: 0;  /* Remove margin between p tags */
}