.footer{
    background-color: #292929;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    font-family: sans-serif;
 }
 .social_media{
     display: flex;
     width: 90%;
     max-width: 600px;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     margin: 0;
     padding: 0;
 }
 .social_media li {
     list-style: none;
     padding: 20px;
 }
 .social_media li a img{
     width: 30px;
     height: 30px;
 }
 .sonar{
     color: white;
 }
 .sonar a{
     color: white;
 }