<style>

/* All Pages 
Not even sure if this code is valid, but sure
*/

.forwardarrow {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


						/* Index Page */


	.hoverstates {
		width: relative;
		height: relative;
		background-color: lightgreen;
		font-size: 40PX;
		font-family: 'Helvetica';
		text-decoration-line: none;
		color:black;

}

	.flex {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cube {
		width: relative;
		height: relative;
		background-color: yellow;
		margin: 20px auto;
		padding: 20px auto;		
}

	.indexbody {
		background-color: lightblue;
		margin: 0;
}


	.flex {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	
}

	.cube {
		width: relative;
		height: relative;
		background-color: yellow;
		margin: 40px auto;
		font-size: 35PX;
		text-align: center;
		font-family: 'Helvetica';
		text-decoration-line: none;
		color:purple;
	    text-align: center;
	    border-radius: 50%;
}

	.dog {
		margin-left: 48%;
		margin-right: 48%;
		align-items: center;
}


			/* Background Color: A41, Page 1 */

.abraA1 {
	background-image: url(https://orig00.deviantart.net/84f1/f/2014/319/5/0/pokemon_x_and_y_battle_background_18_by_phoenixoflight92-d86i02s.png);
	background-size: cover;
}

	}
	.abragrass {
		height: 800px;
		width: 200px;
		overflow:hidden;
		background-color: black;
		transition-property: background-color,;
		margin-left: 50%;
	margin-top: 30%;

	}

	.abragrass:hover .abra {
		transform: translateX(100px);
		display: block;
		animation-iteration-count: infinite;
		transition-duration: .3s; 
		margin-left: 50%;
	margin-top: 30%;
	}

.titleA1 {
	color: white;
	font-size: 20px;
	z-index: 10;
	font-style: 'Helvetica';
	margin-left: 20%;
}

.abragrass	{
	z-index: 10;
}

.abra {
	z-index: 10;
	position: center;
	margin-left: 50%;
	margin-top: 30%;
  	-webkit-animation: flicker-out-1 3s linear both;
	        animation: flicker-out-1 3s linear both;
	        animation-delay: .3s;

}

@-webkit-keyframes flicker-out-1 {
  0% {
    opacity: 1;
  }
  13.9% {
    opacity: 1;
  }
  14% {
    opacity: 0;
    box-shadow: none;
  }
  14.9% {
    opacity: 0;
    box-shadow: none;
  }
  15% {
    opacity: 1;
  }
  22.9% {
    opacity: 1;
  }
  23% {
    opacity: 0;
    box-shadow: none;
  }
  24.9% {
    opacity: 0;
    box-shadow: none;
  }
  25% {
    opacity: 1;
  }
  34.9% {
    opacity: 1;
  }
  35% {
    opacity: 0;
    box-shadow: none;
  }
  39.9% {
    opacity: 0;
    box-shadow: none;
  }
  40% {
    opacity: 1;
  }
  42.9% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    box-shadow: none;
  }
  44.9% {
    opacity: 0;
    box-shadow: none;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  54.9% {
    opacity: 1;
  }
  55% {
    opacity: 0;
    box-shadow: none;
  }
  69.4% {
    opacity: 0;
    box-shadow: none;
  }
  69.5% {
    opacity: 1;
  }
  69.9% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    box-shadow: none;
  }
  79.4% {
    opacity: 0;
    box-shadow: none;
  }
  79.9% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    box-shadow: none;
  }
  89.8% {
    opacity: 0;
    box-shadow: none;
  }
  89.9% {
    opacity: 1;
    box-shadow: none;
  }
  90% {
    opacity: 0;
    box-shadow: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flicker-out-1 {
  0% {
    opacity: 1;
  }
  13.9% {
    opacity: 1;
  }
  14% {
    opacity: 0;
    box-shadow: none;
  }
  14.9% {
    opacity: 0;
    box-shadow: none;
  }
  15% {
    opacity: 1;
  }
  22.9% {
    opacity: 1;
  }
  23% {
    opacity: 0;
    box-shadow: none;
  }
  24.9% {
    opacity: 0;
    box-shadow: none;
  }
  25% {
    opacity: 1;
  }
  34.9% {
    opacity: 1;
  }
  35% {
    opacity: 0;
    box-shadow: none;
  }
  39.9% {
    opacity: 0;
    box-shadow: none;
  }
  40% {
    opacity: 1;
  }
  42.9% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    box-shadow: none;
  }
  44.9% {
    opacity: 0;
    box-shadow: none;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  54.9% {
    opacity: 1;
  }
  55% {
    opacity: 0;
    box-shadow: none;
  }
  69.4% {
    opacity: 0;
    box-shadow: none;
  }
  69.5% {
    opacity: 1;
  }
  69.9% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    box-shadow: none;
  }
  79.4% {
    opacity: 0;
    box-shadow: none;
  }
  79.9% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    box-shadow: none;
  }
  89.8% {
    opacity: 0;
    box-shadow: none;
  }
  89.9% {
    opacity: 1;
    box-shadow: none;
  }
  90% {
    opacity: 0;
    box-shadow: none;
  }
  100% {
    opacity: 0;
  }
}

.grass {
	z-index: 3;
	position: absolute;
	width: 100%;

}



			/* Scale: A42, Page 2 */	

.cat {
        width: 130px;
        height: 195px;
        background: url("/grumpy_cat.jpg") no-repeat;
        margin: 50px;
    }
    .cat:hover {
        background: url("/happy_grumpy_cat.jpg") no-repeat;
    }




			/* Shape: A43, Page 3 */

	.container {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.emoji {
		-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	    animation: heartbeat 1.5s ease-in-out infinite both;
	}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

			/* Rotation: A44, Page 4 */


			/* Variation: A45, Page 5 */	

					
</style>
