.header-container{display:flex;align-items:start;justify-content:space-between;width:100%}.header{flex-direction:column;align-self:start;justify-self:start;padding-left:1em}.container{display:flex;flex-flow:column wrap;row-gap:15px;justify-content:center;align-items:center}.projHeading{padding-left:1em}.content{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;background-color:#f5f5f5}.card{padding:.4em;margin:1em;background:linear-gradient(90deg,rgba(131,58,180,1) 0%,rgba(253,29,29,1) 50%,rgba(252,176,69,1) 100%);border-radius:4px}.footer{margin:2em;padding:2em}.footer img{height:25px;width:25px}.profile-icons{height:30px;width:30px;padding:.3em;margin:.5em;background:white;border-radius:3px}.skill-icons{height:25px;width:25px;padding:.3em;margin:.5em;background:white;border-radius:3px}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;color-scheme:light dark;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;padding:2em;background:#3494e6;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite;height:100vh}.header h4{margin-bottom:8px;margin-top:16px}.skill-icons,.profile-icons{margin-top:0}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
