body {
	background-color: rgb(240, 240, 245);
	font-family: "avenir", helvetica, sans-serif;
	margin: 0;
	color: rgb(255, 77, 148);
	padding-top: 100px;
	position: relative;
	
	font-size: 100px;
}

#cyclothymic:hover {
	animation-name: cyclothymic;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-delay: none;
	animation-direction: alternate-reverse;
	cursor: default;


}

@keyframes cyclothymic {
	0% {color: rgb(0, 0, 102);
		padding-top: 50px;}
	100% {color: rgb(255, 77, 148);
		  padding-top: 0px;}
}





/*












*/