
footer {
    padding: 2%;
  }

  footer div {
    display: flex;
  }
  footer div a {
    text-decoration: none;
    white-space: nowrap;
  }
  footer div div {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: start;
  }
  ul {
    margin-top: 1%;
    padding: 2%;
    font-weight: bold;
    list-style: none;
  
  }
  ul li {
    padding: 7% 2%;
    
  }
  #end {
    display: flex;
    justify-content: space-between;
  }
  #end div {
    display: flex;
    padding: 2% 5%;

    white-space: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  ul li a {
     text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(90deg, #ff4500, orange);
    -webkit-background-clip: text;
    color: gray;
    transition: background-position 0.3s ease;
  }
  
  ul li a:hover {
    background-position: 100%;
  }

  
  .contactlinks {
    width: 200px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .contactlinks img {
    width: 30px;
  }
