body{
    max-width: 1200px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 40px;
    padding: 0;
    /* background-color: #f8f9fa; */
    line-height: 1.6;
}
h1, h2, h3 {
    color: #333;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
th {
    background-color: #0074BD;
    color: white;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}