    .container {
        max-width: 1080px;
        margin: auto;
        background: #1a1c2c;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    h1{
        color: #e3e6ff;
    }
    h2{
        color: #e3e6ff;
        font-weight: 100;
    } 
    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    th, td {
        border: 1px solid #75dbd1;
        background-color: #2c549e;
        padding: 8px;
        text-align: left;
    }
    th {
        background-color: #222b5f;
        text-shadow: -1px 1px #1a1c2c;
        color: #e3e6ff;
        font-weight: normal;
    }
    .highlight {
        background-color: #b13e53;
    }

    