.socials {
  height: 48px;
  width: 48px;
}
.socials-box {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #f1f1f1;
  padding: 15px;
}
.socials-div {
  padding: 15px;
}
.mobile-tech-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: center;
  background-color: #f1f1f1;
  /* border: 1px solid blue; */
}
.mobile-socials-box,
.mobile-tech-box,
.inner-tech-box {
  padding: 10px;
  /* border: 1px solid black; */
}
.outer-tech-box {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: center;
}
#tech-header,
#socials-header {
  text-align: center;
  padding: 6px;
}
/* .mobile-socials-div {
  border: 1px solid orange;
} */
