/* 
========================================
Author: Zeyad
Date: [Insert today's date]
File: styles.css
Description: Styles for the Coffee Table webpage
========================================
*/

/* General Page Styling */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Header Styling */
h1 {
    color: #333;
    text-align: center;
    margin-top: 20px;
}

/* Table Styling */
table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    border: 2px solid #ddd;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

/* Fix for th (Headers) */
th {
    background-color: #333;
    color: white;
}

/* Caption Styling */
caption {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #444;
}

/* Specialty and Price Classes */
.specialty {
    font-weight: bold;
    color: #a52a2a;
}

.price {
    text-align: right;
    font-weight: bold;
    color: #555;
}

/* Responsive Image */
.responsive {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Footer Styling */
footer {
    text-align: center;
    margin-top: 20px;
    font-size: 1em;
    color: #666;
}

/* Footer Links */
footer a {}
    ::-webkit-textfield-decoration-container

    