.company-url {
    text-decoration: none;
    font-weight: 600;
}
.company-url-sub    {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.pad-b16  {
    padding-bottom: 16px;
}

.w3-cursor-pointer  {
    cursor: pointer;
}

.profile-fav-icon   {
    width: 50px;
}

.header-mail, .header-icons    {
    display: flex;
    align-items: center;
}

.header-icons   {
    justify-content: end;
}

.header-icon-margin-right   {
    margin-right: 2px;
}

.personal-info .name    {
    margin-top: 4rem;
    
}

.firstname, .lastname  {
    font-size: 75px;
    font-weight: 700;
    font-family: Garamond, serif;
}

.personal-title {
  font-weight: 700;
  font-variant: all-small-caps;
}

.personal-description   {
    margin-top: 3rem;
}