

  .footer-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: hsl(220, 4%, 5%);;
    padding: 10px 0;
    
  }

  .footer-menu a {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    flex-grow: 1;
  }

  .footer-menu a:hover {
    background-color: hsl(220, 4%, 5%);;
  }

  .footer-menu i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
  }