body {
 text-align: center;
}

#pielist {
  text-align: center;
  margin: 0 auto;
  width: 40%;
  margin-top: 1%;
}

#social {
    margin: 0; 
    padding: 0;
    margin-left: 20%;
    text-align: center;
}

.pure-form .pure-input-1-2 {
width: 100% !important;
}

.pure-button .pure-button-primary {
margin-top: 10% !important;
}

div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }
label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}
input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}
input.star-1:checked ~ label.star:before { color: #F62; }
label.star:hover { transform: rotate(-15deg) scale(1.3); }
label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

a {
text-decoration: none;
}

//reset, center n shiz (don't mind this stuff)
*, ::after, ::before{
  height: 100%;
  padding:0;
  margin:0;
  box-sizing: border-box;
  text-align: center;  
  vertical-align: middle;
}
body{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;
  &::before{
    height: 100%;
    content:'';
    width:0;
    vertical-align: middle;
    display:inline-block;
  }
}