:root {
    font-size: 18px;
}


body[data-bs-theme=dark] select, 
body[data-bs-theme=dark] input {
    background: #444 !important;
    color: #BBB !important;
    margin: 5px auto;
    font-size: 1.3rem !important;
}


h1, .footer {
    background-color: #123;
    margin: 0;
    color: #AAA;
}

.mycard { color: #EEE; }

.C4FM, .APRS, .BAL-TV { background: rgba(200,50,50, 0.7); }
.DMR, .PACKET, .ATV { background: rgba(0,150,0, 0.7); }
.DSTAR, .POCSAG, .SSTV, .BALISE, .FM { background: rgba(10,10,255, 0.7); }
.P25, .WSPR { background: rgba(0,130,130, 0.7); }
.TETRA, .JSB { background: rgba(200,0,200,0.7); }