body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

.company{
    width: 40%;
}
.header {
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #000;
}
.header img {
    height: 60px;
}
.company-info {
    font-size: 12px;
    text-align: left;
}
.quotation-info {
    width: 50%;
    float: right;
    text-align: right;
}

h6{
    color: solid white;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.quotation-info h1 {
    font-size: 24px;
    margin: 0;
}
thead, tr ,th {
    color: solid white ;
}

.quotation-info .quotation-number p {
    font-size: 14px;
    margin: 0;
}
.content {
    margin: 20px;
}
.dates {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.dates p {
    margin: 5px 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
thead th {
    text-align: center;
    background-color: #000;
    color: #fff;
}
#total tr,
#total td {
    text-align: right;
}

tr td {
    text-align: center;
}
th {
    background-color: #000;
}
.table-headers{
    background-color: #000;
    color: white;
}
.table-total {
    font-weight: bold;
    text-align: right;
}
.footer {
    margin: 20px;
    font-size: 12px;
    text-align: left;
}
.footer .notes {
    margin-bottom: 20px;
}
.footer .terms {
    margin-bottom: 20px;
}
.footer p {
    margin: 5px 0;
}
