.social-btn {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.social-btn img {
    width: 20px;
    margin-right: 10px;
}
.social-btn:hover {
    background-color: #f7f7f7;
}