.paragraph-link  {    
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: normal;
    display: block;
    position: relative;
    color: #E1F4F3;
    letter-spacing: normal;
    transition: .2s;
  }
.paragraph-link:hover {font-weight: 800; letter-spacing: .5px; color: rgb(177, 255, 251)}

.social-link  {    
  text-decoration: none;
  font-family: 'Poppins';
  font-weight: normal;
  display: block;
  position: relative;
  color: #E1F4F3;
  letter-spacing: normal;
  transition: .2s;
}
.social-link:hover {letter-spacing: .5px;}

