@font-face {
    font-family: 'Pop';
    src: url('pop.eot');
    src: url('pop.eot?#iefix') format('embedded-opentype'),
         url('pop.woff') format('woff'),
         url('pop.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }
BODY {
  max-width: 620px;
  margin: 0 auto;
	background: #1e1c1a;
	font-family: Pop, arial, serif;
	color: #f5f0ed;
	padding: 40px 0; }
A {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition: all 0.2s ease;
  -moz-transition-delay: 0.1s;
  -ms-transition: all 0.2s ease;
  -ms-transition-delay: 0.1s;
	text-decoration: none;
	color: #ddcf94; }
A:hover,
A:focus {
  -webkit-transform: scale(1.4) rotate(6deg);
  -moz-transform: scale(1.4) rotate(6deg);
  -ms-transform: scale(1.4) rotate(6deg);
  cursor: pointer;
	color: #e6eb6a; }
A:hover:nth-child(odd),
A:focus:nth-child(odd) {
  -webkit-transform: scale(1.3) rotate(-6deg);
  -moz-transform: scale(1.3) rotate(-6deg);
  -ms-transform: scale(1.3) rotate(-6deg); }
H1 {
	display: none; }
P {
  margin: 0;
	font-size: 55px;
	border-bottom: 2px solid #080808;
	padding: 20px; }
P:last-child {
	border-bottom: 0;
	border-top: 2px solid #544e48;
}
P SPAN {
	color: #fd6500; }
