/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

.highlight-wrapper{
  position:absolute;
  max-width:45%;
}

.highlight-contact {
  /* Highlight color */
  text-decoration: underline;
  text-decoration-color: #ef539e;
  @supports (text-decoration-skip-ink: none) and (text-underline-offset: 1em) {
    text-underline-offset: -0.35em;
    text-decoration-thickness: 0.6em;
    text-decoration-skip-ink: none;
/*   transform: rotate(-2deg); */
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/