footer{

padding: 50px;
text-align: center;
background-color: $secondary_bg;
color: $text_color;
div span{
    height: 125px;
}
div a{
    color: $text_color;
}
i{
    font-size: 2rem;
}

}