body {
    background-color: #f7f7f7;
    padding: .75rem;
    color: #4a4a4a;
    font-family: Roboto, -apple-system, system-ui, Segoe UI, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #333;
    margin-top: 20px;
}

#header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo img {
    height: 70px;
}

.dropdown {
    position: absolute;
    right: 10px;
}

.dropbtn {
    background-color: #ffffff;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropbtn img {
    width: 25px;
    height: 15px;
    margin-right: 5px;
}

.arrow-down {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 0px;
    transform: rotate(45deg);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.dropdown-content a img {
    width: 25px;
    height: 15px;
    margin-right: 10px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.container {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

@media (max-width: 768px) {
    .container {
        max-width: 85%;
        padding: 15px 15px;
    }
}

/* h1 {
    color: #333;
    margin-top: 20px;
} */

.warning-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #dddddd;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
    font-weight: 500;
    font-size:15px
}

td {
    font-size:14px
}

p {
    margin-top: 20px;
}

a {
    color: #007bff;
    font-weight: 300;
    text-decoration: none;
}

.highlight {
    color: #007bff;
    font-weight: bold;
}
