body {
 font-family: industry, sans-serif;
}

.main {
  background-color: grey;
  margin:0px;
  height:100vh;
}

.name {
  color: white;
  text-align: center;
  vertical-align: middle;
}

.header1 {
  font-size: 72px;
  font-weight: normal;
  margin-bottom: 0px;
}

.header2 {
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}

.logos a {
  color: white;
}

.about-me {
  text-align: center;
}

.logos {
  justify-content: space-between;
  text-align: center;
}

.about {
  width: 100%;
  text-align: center;
}

.about h2 {
  margin-bottom: 25px;
}

.headshot img {
  height: 250px;
}

.about p {
  size: 24px;
}

.about-text {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.more-info-row img {
  height: 100px;
}

.more-info-row p {
  font-size: 36px;
}

.more-info-row {
  display: inline-block;
  text-align: center;
}

.stack {
  width: 33%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.work {
  width: 33%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.other {
  width: 33%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
