
  .footer {
    place-content: bottom;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:rgb(230, 230, 230);
    border: #fff9;
    border-radius: 4em;
    border-style: groove;   
  }

  footer .copyright {
    grid-column: 1/3;
    font-size: 0.8em;
    padding: 15px;
  }

  footer .social {
    grid-column: 7/9;
    display: flex;
    justify-content: flex-end;
    padding: 5px 15px;
    list-style-type: none;
 
  }

  footer .li {
    margin: 0 6px;
    padding: 20px 20px;

  }

  img {
    width: 40px;
    border: #fff9;
    border-radius: 4em;
    border-style: groove;
  }