/* general */
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.mb5 {
  margin-bottom: 5px;
}
/* body */
.prost {
  font-family: 'Prosto One', cursive;
  text-shadow: 3px 2px 0 #008b8b, 5px 4px 0 rgba(0, 0, 0, 0.15);
}
.quicksand {
  font-family: 'Quicksand', cursive;
}
