.icon-designer {
    width: 64px; /* Adjust width as needed */
    height: 64px; /* Adjust height as needed */
    background-image: url('../img/icons/mouse.png');
    background-size: cover; /* Adjust according to your image */
    /* Optionally, you can add other styles such as margin, padding, etc. */
}
.icon-graphic {
    width: 64px; /* Adjust width as needed */
    height: 64px; /* Adjust height as needed */
    background-image: url('../img/icons/paintbrush.png');
    background-size: cover; /* Adjust according to your image */
    /* Optionally, you can add other styles such as margin, padding, etc. */
}
