body {
    background-color: black;
    color: #DFDFDF;
}

td, th {
    border: 1px solid white;
}

td {
    height: 10%; 
}

table {
    border-spacing: 0.25rem;
    width: 100%;
    height: 16rem;
    border: 3px dotted white;
}
            
th:nth-child(1) {
    background-color: #2F6F3F;
    color: #EFEFFF;
}

th:nth-child(2) {
    background-color: #1F9F1F;
    color:white;
    font-size: x-large;
}


tr:nth-child(1) {
    background-color:#3C6CFF;
    color: white;
    text-align: center;
}

tr:nth-child(2) td:nth-child(odd) {
    background-color:#1F30FF;
    color: #FFFFFF;
    text-align: center;
    height: 10%;
}

tr:nth-child(2) td:nth-child(even) {
    background-color:#70E080;
    color: black;
    text-align: center;
    height: 10%;
}

col:nth-child(2) {
    background-color: #F56010;
}