<hr>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Space+Mono&display=swap');
.type-string {
font-family:'Cormorant Garamond', monospace;
background: repeating-linear-gradient(
90deg,
#e62e73 0px 2px,
#33ff7d 0px 4px
);
mix-blend-mode: multiply;
box-sizing: border-box;
padding: 10% 20%;
}
h3 {
display: flex;
align-items: center;
justify-content: center;
font-size: 108px;
line-height: 100%;
text-align: center;
color: #fff;
font-weight: 700;
background: #e62e73;
mix-blend-mode: multiply;
padding: 5% 0%;
}
</style>