.text{
-webkit-text-stroke: 1px #7C7BDD;
-webkit-text-fill-color: transparent;
}
h1{
color: transparent;
-webkit-text-stroke-color : teal;
-webkit-text-stroke-width : 1mm;
}
.TEXT:hover{
-webkit-text-stroke-width: 1px; /* 1px Stroke */
-webkit-text-stroke-color: #ffffff; /* White Color */
transition: 1s /* Displays in 1 Second */
}
#example5{
color: white;
font-size: 40px;
text-shadow: -1px 1px 2px #000,
1px 3px 2px #000,
1px -1px 0 #000,
-1px -1px 0 #000;
}
#example5{
color: white;
font-size: 40px;
text-shadow: -1px 1px 2px #000,
1px 1px 2px #000,
1px -1px 0 #000,
-1px -1px 0 #000;
}
section .title h3
{
font-weight: 500; /* ( optional ) */
-webkit-text-stroke: 0.8px #8d8d8d !important; /* ( stroke weight + color ) */
}
.jtp {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 81.2px;
line-height: 138.5%;
/* or 112px */
letter-spacing: 0.1em;
font-size: 81.2px;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #be50e5;
-webkit-text-fill-color: transparent;
}