body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.icon-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

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

