@import url(https://fonts.googleapis.com/css2?family=Open+Sans&family=Reenie+Beanie&family=Roboto+Mono:wght@500&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;width:100vw;padding:.5em;font-family:"Open Sans"}#root{width:100%;height:100%}.App{-webkit-flex-direction:column;flex-direction:column}.action,.App{display:-webkit-flex;display:flex}.action{align-self:flex-end;border:3px solid grey;color:grey;padding:.5em;border-radius:30px;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;grid-gap:5px;gap:5px}.hand{height:30px;object-fit:contain;-webkit-transform-origin:bottom;transform-origin:bottom}.hand:hover{-webkit-animation:hand .5s 3;animation:hand .5s 3}.container{width:60%;height:calc(100vh - 200px);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;align-self:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:5em;grid-gap:2em;gap:2em}.Typewriter *{font-family:monospace;font-size:2rem;font-weight:500;letter-spacing:2px}.name{font-family:"Reenie Beanie";font-size:2rem;font-weight:600}.icons{width:80%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;height:30px;-webkit-filter:invert() brightness(.3);filter:invert() brightness(.3)}.icons>:hover{cursor:pointer;-webkit-filter:invert();filter:invert()}.twitter{-webkit-animation:icons .5s 1s;animation:icons .5s 1s}.linkedin{-webkit-animation:icons .5s 1.5s;animation:icons .5s 1.5s}.github{-webkit-animation:icons .5s 2s;animation:icons .5s 2s}@-webkit-keyframes icons{to{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes icons{to{-webkit-transform:scale(1.5);transform:scale(1.5)}}@-webkit-keyframes hand{to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes hand{to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}
/*# sourceMappingURL=main.98fdb723.chunk.css.map */