.about-container{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.about-headshot{grid-area:1/1/1/1;width:200px}.about-headshot-image{border-radius:50%;justify-self:center;width:200px;height:200px;padding-left:10px;display:block}.about-name{grid-area:2/1/2/1;justify-self:start;padding-left:10px;font-size:xx-large;font-weight:700}.about-description{grid-area:1/2/2/3}.about-resume{grid-area:3/1/3/1;justify-self:center}.about-resume img{width:200px;height:auto}.about-github{grid-area:3/2/3/2;justify-self:center}.about-github img{width:200px;height:auto}.about-linkedin{grid-area:3/3/3/3;justify-self:center}.about-linkedin img{width:200px;height:auto}
