body {
    background: linear-gradient(to right, #79649a, #3bb396);
    font-family: Copperplate;
  }
  #head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }
  #photo {
    width: 15em;
    height: auto;
  }
  .sim {
    width: 5em;
    height: auto;
  }
  .uli {
    border-radius: 50px 10px;
    background: linear-gradient(to right, #3bb396, #79649a);
    display: flex;
  
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
  }
  .iCon {
   
    width: 4em;
    height: auto;
  }