body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
}

.icon-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.icon-box img {
    width: 50px;
    height: 50px;
}

.icon-box span {
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

#copy-status {
    margin-top: 20px;
    font-weight: bold;
}