body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    position: relative;
}

button {
    background-color: #2f00ff;
    padding: 15px;
    border: none;
    color: #415359;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
}

button.glass {
    background: linear-gradient(135deg, rgba(64, 0, 0, 0.566), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

button.glass:hover {
    background: rgba(237, 122, 122, 0.1);
    color: #95dc10;
}



/* Style the content */
.content {
    text-align: center;
    width: 100%;
    padding: 20px;
    max-height: 80vh;
    overflow: auto;
}

/* Style the table */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    background: linear-gradient(135deg, #e0e0e0, #f5f5f5);
}

table th,
table td {
    padding: 10px;
    font-size: smaller;
    border: 10px solid #ddd;
    color: #000;
}

table th {
    white-space: nowrap;
    width: 1px;
    padding: 15px 50px;
}


table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.unit2p {
    justify-content: left;
}

header {
    background: linear-gradient(135deg, #0e7149, #243853);
    color: #fff;
    font-size: large;
    padding: 3px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header a {
    color: #ffd700;
    padding: 10px;
}

header img {
    height: 30px;
}
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    position: relative;
}

button {
    background-color: #8dc0f4;
    padding: 15px;
    border: none;
    color: #415359;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
}

button.glass {
    background: linear-gradient(135deg, rgba(231, 12, 12, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

button.glass:hover {
    background: rgba(237, 122, 122, 0.1);
    color: #95dc10;
}



/* Style the content */
.content {
    text-align: center;
    width: 100%;
    padding: 20px;
    max-height: 80vh;
    overflow: auto;
}

/* Style the table */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    background: linear-gradient(135deg, #e0e0e0, #f5f5f5);
}

table th{
    padding: 10px;
    font-size: medium;
    border: 10px solid #ddd;
    color: #000;
}

table td {
    padding: 10px;
    font-size: smaller;
    border: 10px solid #ddd;
    color: #000;
}

table th {
    white-space: nowrap;
    width: 1px;
    padding: 15px 50px;
}


table tr:nth-child(even) {
    background-color: #f2f2f2;
}

header {
    background: linear-gradient(135deg, #0e7149, #243853);
    color: #fff;
    font-size: large;
    padding: 3px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

header a {
    color: #ffd700;
    padding: 10px;
}

header img {
    height: 30px;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(135deg, #0e7149, #243853);
    color: #fff;
    padding: 10px;
    font-size: large;
    text-align: center;
}

/* Style the footer image */
footer img {
    height: 20px;
    margin-left: 0px;
    margin-bottom: -4px;
}

/* For screens smaller than 768px */
@media (max-width: 768px) {

    /* Your styles here */
    body {
        font-size: 14px;
    }

    .container {
        width: 90%;
    }

    /* Add more styles as needed */
}
footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(135deg, #0e7149, #243853);
    color: #fff;
    padding: 10px;
    font-size: large;
    text-align: center;
    z-index: 1;
}

/* Style the footer image */
footer img {
    height: 20px;
    margin-left: 0px;
    margin-bottom: -4px;
}

/* For screens smaller than 768px */
@media (max-width: 768px) {

    /* Your styles here */
    body {
        font-size: 14px;
    }

    .container {
        width: 90%;
    }

    /* Add more styles as needed */
}