.icons {
        display: inline-block;
        width: 40px; /* Adjust the size of the circle as needed */
        height: 40px; /* Adjust the size of the circle as needed */
        border-radius: 50%;
        background-color: #ff7f50; /* Circle color */
        text-align: center;
        line-height: 40px; /* Vertically center content */
        text-decoration: none;  
        align-items: center;
        justify-content: center;
        margin-right: 12px; /* Add spacing between icons */
    }

    .icons i {
        font-size: 20px;
        color: white; /* Icon color */
    }