
        .tippy-box[data-theme~=red] {
            background-color: red;
            padding-top: 10px;
            text-align: center
        }

        .tippy-box[data-theme~=retro] {
            color: tomato;
            font-weight: 700;
            background: beige;
            border-width: 2px;
            border-style: solid;
            border-color: tomato;
            border-image: initial;
            z-index: 1 !important;
            text-align: center
        }

        .tippy-box[data-placement^=top]>.tippy-arrow:before {
            top: 17px;
            border-top-color: tomato
        }
    