body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fefae0; /* warm cream */
    color: #333;
    padding: 20px;
    background-image: url('https://www.transparenttextures.com/patterns/beige-paper.png'); /* natural texture */
}

h2 {
    text-align: center;
    color: #6c4c2f;
    font-size: 2rem;
    margin-bottom: 20px;
    border-bottom: 3px solid #d4a373;
    padding-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: #fff8dc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

th, td {
    padding: 10px 12px;
    text-align: center;
    border-bottom: 1px solid #e6ccb2;
}

th {
    background-color: #dda15e;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

tr:nth-child(even) {
    background-color: #fff2e6;
}

tr:hover {
    background-color: #ffeed0;
}

button {
    background-color: #bc6c25;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

button:hover {
    background-color: #a45d1c;
}

.restock-btn {
    display: block;
    margin: 0 auto 20px auto;
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #283618;
    border-radius: 10px;
    color: #fefae0;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.restock-btn:hover {
    background-color: #3a5a40;
}

#Shopright {
    margin-top: 20px;
    background-color: #606c38;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Shopright:hover {
    background-color: #7b8a4f;
}

p {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: #5f370e;
}
