body {
    background-color: black;
    color: lightgreen;
    font-size: 20pt;
}

.textWhite {
    color: #b2b2b2;
}

.textGreen {
    color: lightgreen;
}

.textBlue {
    color: #00c0ff;
}

.container {
    /*width: 80%;*/
    margin: 0 auto;
    padding: 20px;
}


body {
    background-color: black;
    color: #15b215;
    height: 100%;
    width: 99%;
}

input {
    font-weight: bold;
    text-align: center;
    background-color: white;
    color: black;
}

.tables {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

td,
th {
    padding: 5px;
    background-color: #000000;
}

table,
tr,
td,
th {
    text-align: center;
}


.seq {
    padding-top: 3%;
}

.cname {
    color: white;
    text-decoration: none;
}

.cname:hover {
    color: black;
    font-size: 24px;
}

button {
    width: 150px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 18pt;
    background-color: #000000db;
}

a { color: inherit; } 