
.footer-container {
    color:white;
    background-color: #543a24;
    display: flex;
    justify-content:center;
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    height: 250px;
}
.loc,.cont,.sm,.time{
    margin: 20px;
    padding: 10px;
}
h4{
    font-style: oblique;
}
.footer-container img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
}
.footer-container img:hover{
    background-color: white;
}