/* Change background to blue on hover for the ironman-block */
#ironman-block:hover {
    background-color: #0073AA !important; /* A nice WordPress blue */
    transition: background-color 0.3s ease; /* Makes the change smooth */
    cursor: pointer; /* Changes the cursor to a hand to indicate it's interactive */
}