a.btn-circle {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 300px;
    display: inline-block;
    padding: 25px 25px 25px 25px;
    margin: 10px 20px;
    text-align: center;
}

.circle-icon {
    width: 60px;
    height: 60px;
    background-color: white; /* Customize the background color */
    border-radius: 50%;
    margin: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 24px;
}


.circle-icon:hover{
    color: red;
}
.footer-padding{
    padding-top: 50px;
    padding-bottom: 0px;
}