#footer{
    background-color: #021209;
    color: whitesmoke;
    padding: 10px;
}

#footer ul{
    list-style: none;
}

#footer_main{
    display: flex;
    justify-content: space-around;
}

.contact_info_item{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-align: left;
}

.contact_info_item img{
    width: 32px;
    height: 32px;
}

.contact_info_item a{
    color: whitesmoke;
    text-decoration: none;
}

@media (max-width: 660px){
    #footer_main{
        align-content: center;
        text-align: center;
        gap: 30px;
        padding-bottom: 20px;
    }
}