.darth-vader-icon {
    width: 19px;
    /* Adjust size as needed */
    height: 19px;
    /* Adjust size as needed */
    background-image: url('darth-vader-svgrepo-com2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    /* Aligns the icon with the middle of the text */
    margin-left: 2px;
    /* Space between icon and text */
}

.dragon-ball-icon {
    width: 19px;
    /* Adjust size as needed */
    height: 19px;
    /* Adjust size as needed */
    background-image: url('dragon-ball-svgrepo-com.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    /* Aligns the icon with the middle of the text */
    margin-left: 2px;
    /* Space between icon and text */
}