<hr>
<style>
@import url('https://fonts.googleapis.com/css2?family=Andada+Pro:wght@600&display=swap');
#type-1 {
font-family: 'Andada Pro', serif;
font-size: 72px;
line-height: 78px;
font-weight: 600;
background: #172713;
color: #6bffb3;
padding: 20px;
}
#type-1:after {
font-family: 'Andada Pro', serif;
visibility: visible;
content: '|';
color: #718600;
display: inline-block;
position: relative;
margin-left: 5px;
-moz-animation: flicker 0.1s steps(2, start) infinite, ready 1s steps(2, start) 25s infinite;
-webkit-animation: flicker 0.1s steps(2, start) infinite, ready 1s steps(2, start) 25s infinite;
animation: flicker 0.1s steps(2, start) infinite, ready 1s steps(2, start) 25s infinite;
}
.typed-cursor {
display: none;
}
.typed-fade-out {
}
</style>