.content {
    background-color: rgb(101, 92, 157);
    /* background-image: url("../gba/images/GBA128_transparent_wide.png"); */
    background-image: url("../gba/images/bg_test.png");
}


.pal-table table{
    width: 100%;

}

.pal-table tbody tr:nth-child(-n+17) {
    background-color: rgb(172, 214, 193);
}

.pal-table tbody tr:nth-child(n+17) {
    background-color: rgb(159, 197, 210);
}

.pal-table td {
    font-weight: bold;
}

.pal-table tr {
    line-height: 10px;
    
}


/* Tables for color data */
.reg-table {
    
    /* width: 50%; */
    border: 1px solid black;
    /* margin: 10px; */

  
    
}

.color-table td {
    text-align: center;
}

.color-table thead {
    /* color: red; */
    background-color: white;
    color: black;
}

.color-table tbody {
    /* background-color: white; */
    color: white;
    font-size: 1.2rem;
    /* font-weight: 300; */
}

.register-table td {
    text-align: center;
}

.register-table thead {
    /* color: red; */
    background-color: white;
    color: black;
}

.register-table tbody {
    /* background-color: white; */
    color: white;
    font-size: 1.2rem;
    /* font-weight: 300; */
}

.register-table tbody td {
    background-color: black;
}

.nibble3 td:nth-child(n+2) {
    background-color: blue;
}

.nibble3 td:first-child {
    background-color: black;
}

.nibble2 td:nth-child(n+3) {
    background-color: green;
}

.nibble2 td:nth-child(-n+2) {
    background-color: blue;
}

.nibble1 td:last-child {
    background-color: red;
}

.nibble1 td:nth-child(-n+3) {
    background-color: green;
}

.nibble0 td {
    background-color: red;
}
/* .nibble3 tr:nth-child(2) {
    background-color: blue;

} */

/* .reg-table tr {
    background-color: white;
} */

/* .reg-table tr > * {
    text-align: center;
    border: 1px solid black;
    color: black;
} */



/* .reg-table thead {
    background-color: rgb(56, 56, 56);
    color: white;

}

.reg-table tbody {
    background-color: white;
    color: white;

} */

.button-calculator {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.gba-buttons {
    border: 1px solid red;
    width: auto;
    height: 400px;
    
}



