*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}ul{list-style:none}#backToMenu{color:inherit;margin-bottom:.5rem}body{background-color:#0a210f;color:#e1e289}body,input,textarea,button{font-family:Noto Sans,sans-serif}#app{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:1.5rem}#app p{font-weight:600;font-size:2rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1}#app p:after{content:"";font-family:Noto Sans Mono,monospace;font-weight:600;font-size:2rem;animation:showTechNamesAnimation 4s .8s infinite forwards ease-in-out}@keyframes showTechNamesAnimation{0%{content:"SASS"}25%{content:"NodeJS"}50%{content:"ReactJS"}75%{content:"Typescript"}to{content:"e outras coisas..."}}
