body {
  background: whitesmoke;
}
.stuff{
  position: relative;
  text-align: center;
  padding-bottom: 120px;
  left:-4%;
}
.stuff a:hover{
  color: white;
  text-decoration: none;
}
.social {
  /*width: 210px;*/
  height: 40px;
  text-align: center;
  position: absolute;
  left: 47%;
  top: 50%;
  margin: -20px 0 0 -105px;
  padding: 0;
}
.social li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 -10px;
  pading: 0;
}
.social li a {
  text-align: center;
  color: #ffffff;
}
.social li a i {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social li a i:before {
  font-size: 20px;
  z-index: 2;
  position: relative;
}
.social li a i:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: "";
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social li a i:hover {
  color: #ffffff;
}
.social li a i:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.social .facebook .fa:after {
  background: #3b5998;
}
.social .twitter .fa:after {
  background: #55acee;
}
.social .instagram .fa:after {
  background: #125688;
}
.social .linkedin .fa:after {
  background: #007bb5;
}
.social .rss .fa:after {
  background: #ff6600;
}
.social .github .fa:after {
  background: #171515;
}

.workButton{
  
}