.fa {
    padding: 9px;
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    color: white;
    background: #940ed8;
}

.fa-facebook {
    background: white;
    color: #940ed8;
}

.fa-instagram {
    background: white;
    color: #940ed8;
}
