.japanese {
    background-color: brown;
    color: white;
}

.socialstudy {
    background-color: aqua;
    color: rgba(188, 24, 24, 0.975);
}

.history {
    background-color: aquamarine;
    color: rgba(223, 55, 55, 0.87)
}

.english {
    background-color: blue;
    color: white;
}

.moralstudy {
    background-color: blue;
    color: rgb(3, 3, 3);
}

.poem {
    background-color: black;
    color: white
}

.math {
    background-color: rgb(206, 221, 0);
    color: white
}

.drawing {
    background-color: orange;
    color: white
}

.music {
    background-color: blanchedalmond;
    color: rgb(11, 10, 10)
}

.science {
    background-color: mediumvioletred;
    color: white
}