#profile-pic {
    text-align: center;
    border-radius: 50%;
    border: 2px solid #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 50%;
  }

  /* This will style all <a> tags in the #contact section */
  #contact a {
    color: #eee;
    text-decoration: none;
 
  }

  #contact a:visited {
    color: #ccc;
  }

  /* This will change the style when the mouse hovers over the <a> tag */
  #contact a:hover {
    color: #fff;
    text-decoration: underline;
  }