body {
    font-family: 'Comic Sans MS', sans-serif;
    background-color: #121212;
}

.custom-table {
    width: 100%;
    margin: 0 auto;
    color: #FFD700;
    background-color: transparent !important;
}

.custom-table th,
.custom-table td {
    background-color: transparent !important;
}

/*th {*/
/*    text-align: left;*/
/*    padding-bottom: 30px;*/
/*    font-size: 2em*/
/*}*/

/*td {*/
/*    padding: 15px 0;*/
/*    font-size: 2.3em;*/
/*}*/

/*h2 {*/
/*    font-size: 2.5em;*/
/*    letter-spacing: 2px;*/
/*    color: #FF69B4;*/
/*}*/

/*th:nth-child(1), td:nth-child(1) {*/
/*    width: 30%;*/
/*    text-align: center;*/
/*}*/

/*th:nth-child(2), td:nth-child(2) {*/
/*    width: 40%;*/
/*    text-align: center;*/
/*}*/

/*th:nth-child(3), td:nth-child(3) {*/
/*    width: 30%;*/
/*    text-align: center;*/
/*}*/

.first {
    color: #FF6B6B;
}

.second {
    color: #FFD64D;
}

.third {
    color: #4CAF50;
}

.fourth {
    color: #2196F3;
}

.fifth {
    color: #FF9800;
}

.sixth {
    color: #9C27B0;
}

.seventh {
    color: #3D5AFE;
}

.eighth {
    color: #FF4081;
}

.ninth {
    color: #64FFDA;
}

.tenth {
    color: #FFC107;
}

.title {
    color: red;
    font-size: 5em;
    font-weight: bold;
}

.quit-btn {
    margin-top: 10px;
}
.custom-table th, .custom-table td {
    text-align: center;
    font-size: 1.2em;
}
