.unselectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.typing{overflow:hidden;white-space:nowrap;animation:language-change 10s step-end 2s infinite}.ltr .typing{animation:typing-ltr 2s steps(20),language-change 10s step-end 2s infinite}.rtl .typing{animation:typing-rtl 2s steps(20),language-change 10s step-end 2s infinite}@keyframes typing-ltr{0%{width:0}to{width:100%}}@keyframes typing-rtl{0%{width:100%}to{width:0}}.language-text:after{content:"_";animation:blink .7s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}body{color:#000}