body {
    background-color: black;
    color: rgb(192, 192, 192);
    font-family: Verdana;
    text-align: left;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;

}

#logo {
    height:auto;
    width: 80%;
    max-width: 1000px;

}

h1 {
    font-weight: 100;
    text-align: center;
}

h2 {
    margin-top: 10em;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
}

p {
    font-size: 12px;
    text-align: center;
}

.line {
    height: 1px; /* Line thickness */
    background-color: rgb(87, 88, 91);
    width: 100%; /* Set width as needed */
}

table {
    border-collapse: collapse; /* Optional: Remove spacing between cells */
    margin: 20px;
    border: none;

}
td {
    /* border: 1px solid white; /* Optional: Add border to cells */
}
.left-cell {
    width: 10%; /* Set left cell width to 10% */
    }

.right-cell {
    font-size: 12px;
    width: 90%; /* Set right cell width to 90% */
    vertical-align: top;
}