.hero{display:flex;padding:2.75%;flex-direction:column}#name{animation-name:fade-in-animate;animation-duration:4s;animation-iteration-count:1}#description{display:flex;flex-direction:row;justify-content:space-evenly}#myPicture{max-width:30%;height:auto;margin-left:2%;margin-right:2%}#description>p{font-size:140%;margin-left:2%;margin-right:2%}@media only screen and (max-width: 1055px){#description{flex-direction:column;align-items:center}#myPicture{max-width:50%;height:auto}#description>p{margin-left:0%;margin-right:0%}}@media only screen and (max-width: 800px){#description{flex-direction:column;align-items:center}#myPicture{max-width:70%;height:auto}#description>p{margin-left:0%;margin-right:0%}}#links{display:flex;height:auto;width:300px;justify-content:space-around}#hand-wave{animation-name:hand-wave-animate;animation-duration:2.5s;animation-iteration-count:infinite;transform-origin:70% 70%;display:inline-block}@keyframes hand-wave-animate{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-8deg)}50%{transform:rotate(14deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes fade-in-animate{0%{opacity:0}to{opacity:1}}#footer-black-space{padding:1%}#footer-color{background-color:#008b8b;padding:1px;text-align:end}#footer-color>p{color:#fff;padding-right:2%;font-size:120%}#project-section-title{padding-left:3%}.projects{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;row-gap:25px}.projectCard{width:500px;border:2px solid darkgray;border-radius:8px;transition:.3s}.projectCard:hover{background-color:#008b8b;color:#fff}#p-title{text-align:center}#p-img{width:497px;height:300px;object-fit:contain}#p-tag{display:flex;flex-direction:row;justify-content:space-around;flex-shrink:1}#p-individual-tag{background-color:#0ff;border:none;color:#00008b;padding:3%;text-align:center;border-radius:25%;font-size:16px;margin:4px 2px;transition:.3s}#p-individual-tag:hover{background-color:#00008b;color:#0ff}#p-description{font-size:130%;padding-left:5px;padding-right:5px}@media only screen and (max-width: 500px){#p-img{width:90vw}}
