body {
	background-color: #143642;
	animation: bganim 1s infinite;
}

@keyframes bganim{
	from {background-color:#143642;}
	to {background-color:#AEB8FE;}
}

h1{
	font-family:'Courier New', Courier, monospace;
	text-align:center;
}

h2{
	font-family:'Courier New', Courier, monospace;
	text-align:center;
}

h3{
	font-family:'Courier New', Courier, monospace;
	text-align:center;
}

p1 {
	font-family:'Courier New', Courier, monospace;
	text-align:center;
}

ul {
	font-family:'Courier New', Courier, monospace;
	text-align: center;
	list-style-type:none;
}

#c {
	margin:auto;
	background-color:#0F8B8D;
	border:10px solid #A8201A;
	text-align:center;
}

img {
	border: 2px solid black;
}

p {
	font-family:Monospace,"Courier New";
	text-align:center;
	font-size:20px;
}

ol {
	font-family:'Courier New', Courier, monospace;
	text-align:center;
	list-style-type:none;
}

@keyframes emaily{
	0%,100% {
		font-size: 20px;
		color:lightblue;
	}
	
	50%{
		font-size: 30px;
		color:#E0FF4F;
	}
}

.email {
	text-align:center;
	animation: emaily 0.5s infinite;
	color: lightblue;
	margin: auto;
}

.b {
	width: 100%;
	height: 40px;
	padding: 10px;
}

@keyframes coloranim{
	0%,100%{
		color: lightblue;
	}
	
	50%{
		color: #758BFD;
	}
}

#cool {
	animation: coloranim 0.5s infinite;
}

@keyframes FBI{
	0%,100%{
		color: #00FFF5;
	}
	
	50%{
		color: #7DCE82;
	}
}

#Si {
	animation: FBI 1s infinite;
}

@keyframes da{
	0%,100%{
		color: lightblue;
	}
	
	50%{
		color: #7DCE82;
	}
}

#d {
	animation: da 1s infinite;
}

a {
	font-family:'Courier New', Courier, monospace;
	text-align:center;
}

@keyframes ea{
	0%,100%{
		color: lightblue;
	}
	
	50%{
		color:#1BE7FF;
	}
}

#e{
	animation: ea 1s infinite;
}

@keyframes ja{
	
0%,100%{
		color: lightblue;
		font-size: 20px;
	}
	
	50%{
		color: #F8F4E3;
		font-size: 30px;
	}
}

#jeff {
	animation: ja 1s infinite;
	margin:auto;
}

#PTJ {
	animation: PA 1s infinite;
}

@keyframes PA{
	0%,100%{
		color: #A6B1E1;
	}
	
	50%{
		color: #724E91;
	}
}

.hidden{
	display: none;
}

#igh{
	animation: ligma 0.5s infinite;
	animation: coloranim 0.5 infinite;
}

@keyframes ligma {
	0%,100%{
		color: red;
		transform: rotate(0deg);
	}
	
	25%{
		transform: rotate(-90deg);
		color: lightblue;
	}
	
	50%{
		transform: rotate(-180deg);
		color: purple;
	}
	
	75%{
		transform: rotate(90deg);
		color: black;
	}
	
}

#dicamer{
	margin-bottom: 0ch;
} 