body {
    background-color: black;
    text-align: center;
    padding-bottom: 10%;
}

ul {
    display: inline-block;
    zoom: 1;
    color: white;
}

label {
    color: white;
}

div,
table {
    margin: auto;
    text-align: center;
}

.button {
    background-color: rgb(68, 68, 68);
    border-radius: 4px;
    border: none;
    margin: 4px 2px;
    padding: 16px 32px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: white;
    display: inline-block;
    transition-duration: 1.25s;
    cursor: pointer;
}

.button:hover {
    background-color: red;
    color: white;
}

p {
    color: white;
    font-size: 15px;
    text-align: left;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 2.5;
    padding-bottom: 0%;
    line-height: normal;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 2px solid darkgray;
    color: white;
    font-size: 15px;
    padding: 2px 4px;
    text-align: center;
    line-height: normal;
}

h1 {
    color: white;
    font-size: 50px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 2.5%;
    padding-bottom: 0%;
}

code {
    color: white;
}

.other {
    color: black
}


canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

select {
    color: black;
}