/* CSS Document */
.my-custom-color {
    background-color: #4CAF50; /* สีเขียว */
    color: white; /* สีข้อความ */
}

