body{
  font-family: Source Sans Pro;
}
h1 {
  color: #7d4698;
  text-align: center;
}
.preview{
  width: 14%;
  display: inline-grid;
  text-align: center;
  padding: 2% 0;
}
.preview:hover{
  background: rgba(0,0,0,0.05);
}
.preview .name{
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.6;
}
