const typed = new Typed('.text', {
strings: [
'Frontend Developer',
'YouTuber',
'Web Developer'
],
typeSpeed: 60, // Adjusts the typing speed in milliseconds
backSpeed: 20, // Adjusts the backspace speed in milliseconds
loop: true // Loops through the strings endlessly
});