 /* Style for color set tabs (vertical headers) */
.color-set-tab {
                                            margin-bottom: 34px;
                                            font-size: 18px;
                                            color: gray;
                                            cursor: pointer;
                                            transition: all 0.3s ease;
                                        }

                                        .color-set-tab.active {
                                            font-size: 24px;
                                            font-weight: bold;
                                            color: black;
                                        }

                                        .color-set-tab:hover {
                                            color: black;
                                        }

                                        /* Style for color boxes */
#color-boxes div {
                                            text-align: center;
                                        }

                                        #color-boxes div p {
                                            margin: 0;
                                        }