*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font-family:Source Code Pro,monospace}::-webkit-scrollbar{width:20px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px grey;box-shadow:inset 0 0 5px grey;border-radius:10px}::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}.lang{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.lang h1{font-family:Arial,Helvetica,sans-serif;font-size:30px;color:#fff;padding:1%}.grid-flex{display:-moz-box;display:flex;background-color:transparent;-moz-box-pack:center;justify-content:center;flex-wrap:wrap;margin-bottom:10px}.grid-flex img{height:80px;width:80px;border:2px solid #000;background-color:#fff;padding:10px;border-radius:9px}.techstack{margin-top:20px;padding:10px;-webkit-animation:fadein 2s;-moz-animation:fadein 2s;animation:fadein 2s}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}