* {
background: #192120;
}
.type {
color: #fff;
font-family: monospace;
background-size: calc(var(--n)*1ch) 200%;
background-clip: text;
background-repeat: no-repeat;
animation: 0.7s linear 0s infinite normal none running typingAnimation;
}
button {
background-color: #FFDDA0;
color: #000;
padding: 0.5em 1em;
border-radius: 0.25em;
cursor: pointer;
&:hover {
background-color: rgba(255, 193, 77, 1.0);
}
}
