.t-title_xxs em:first-child 
{
    transition: all 0.5s;
    /* -webkit-text-stroke: 1px #d6f4f4; */
    /* font-variation-settings: "wght" 900, "ital" 1; */
    /* font-size: 15rem; */
    text-align: center;
    color: transparent;
    /* font-family: "Meta", sans-serif; */
text-shadow: 2px 2px 0px #e601c8, 3px 3px 0px #e9019a, 4px 4px 0px #f40468, 6px 6px 4px #482896;
    cursor: pointer;
    color: rgb(255 255 255);
}

.t-title_xxs em:hover {
  font-variation-settings: "wght" 100, "ital" 0;
  text-shadow: none;
  /* -webkit-text-stroke: 1px #d6f4f4; */
}

.t-title_xxs
{
    line-height:0,8;
}