.socialside {
  position: fixed;
  top: 40vH;
  left: 0;
  z-index: 3;
  max-width: 4rem;
}
.socialside ul.social {
  width: auto;
}
.socialside ul.social li {
  display: flex;
  background: rgba(51, 51, 51, 0.8);
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
}
.socialside ul.social li:last-of-type {
  border-bottom: 1px solid #fff;
}
.socialside ul.social li:hover {
  background: #333;
  transition: all ease 0.3s;
}
.socialside ul.social li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 150%;
  transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 1rem;
}
.socialside ul.social li a:hover {
  color: white;
}
