.business_card { 
  border: 1px solid #dbb;
  border-right: 0.2em solid #dbb;
  border-bottom: 0.2em solid #caa;
}
.you_can_only_hope_to_contain_them {
  webkit-transition: -webkit-transform 1s ease-in;
  webkit-transform: rotate(1deg) scale(0.1);
}
