.sansu {
    background-color: rgb(255, 0, 0);
    color: white;
}

.gakkatu {
    background-color: rgb(224, 80, 80);
    color: white;
}

.kokugo {
    background-color: rgb(129, 41, 21);
    color: white;
}

.taiiku {
    background-color: firebrick;
    color: white;
}

.rika {
    background-color: rgb(62, 1, 1);
    color: white;
}

.syakai {
    background-color: rgba(128, 11, 11, 0.813);
    color: white;
}

.ongaku {
    background-color: rgb(243, 77, 77);
    color: white;
}

.zuko {
    background-color: rgb(150, 90, 90);
    color: white;
}

.sogo {
    background-color: rgb(87, 85, 85);
    color: white;
}