*{
  margin:0;
  padding:0;
}

body{
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 400;
  background: url(texture.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  min-width: 100%;
}

.text{
  margin-left: 28px;
}

.stuff{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 800px;
}

.big{
  font-size: 90px;
  transform: translate(-8px, 0px);
  
}

.school{
  font-size: 32px;
  font-weight: 300;
}

.blurb{
  padding-top: 75px;
  font-size: 24px;
  font-weight: 300;
}

.avatar{
  height: 200px;
  border-radius: 25%;
  padding: 8px;
  border: 2px solid #FFFFFF;
}

.s-m{
  padding-top: 70px;
}

.s-m a{
  display: inline-flex;
  width: 105px;
  height: 105px;
  background: #000000;
  color: white;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 50%;
  font-size: 65px;
}

.labels{
  padding-top: 10px;
}

.labels p{
  display: inline-flex;
  font-size: 20px;
  width: 105px;
  margin-left: 15px;
  margin-right: 15px;
  justify-content: center;
}

.s-m a:hover{
  background: #6e7878;
}

.s-m a i{
  transition: 0.4s all;
}

.s-m a:hover > i{
  transform: scale(1.2) rotate(20deg)
}
