div.footer {
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
}
.footer__social{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__social i{
    font-size: 20px;
    margin: 0 15px;
    color: #34495e;
}