#projects{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.project{display:flex;flex-direction:column;justify-content:space-between;height:300px;width:300px;margin:10px;border-radius:8px;box-shadow:0 0 15px #0fff50}.project-title{display:flex;background-color:#d3d3d3;color:#000;justify-content:center;font-size:large;font-weight:600;border-radius:8px 8px 0 0}.project-brief{padding:10px}.technologies{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:5px}.technology{border:solid 1px white;margin:3px 5px;font-size:12px;padding:2px 10px;border-radius:25px}#footer{display:flex;align-items:center;justify-content:flex-end}#socials{display:flex;align-items:center}#socials a{padding:0 5px}html{font-family:monospace;height:100%;scroll-behavior:smooth}body{background-color:#000;color:#fff;height:100%}.center{display:flex;justify-content:center;align-items:center;height:100%;padding:0 50px}.heading{font-size:xxx-large}.subheading{font-size:x-large}.section{display:flex;flex-direction:column;align-items:center}.section-heading{font-size:xx-large}.cta{border:solid 2px #FFF;color:#fff;padding:5px}.cta:hover{border-color:#0fff50;color:#0fff50;box-shadow:5px 5px 100px #0fff50}.full-height{min-height:100%}
