.rotom {
	background-image: url(https://i.imgur.com/kAJXsCe.png);
	width: 520px;
	height: 520px;
}

.pokedex {
	padding-top: 200px;
	color: black;
	font-size: 12px;
}

.pokedex a {
	color: black;
	border-bottom: 1px black dotted;
	font-size: 14px;
}

.pokedex img {
	max-height: 100px;
	display: inline-block;
}

.pokedex .left {
	float: left;
	margin-left: 70px;
}

.pokedex .middle {
	width: 350px;
	overflow-wrap: break-word;
	margin-top: 5px;
}
	


@media only screen and (max-width: 866px)  {
	
	.rotom {
		background-image: url(https://i.imgur.com/4o1ePF5.png);
		width: 300px;
		height: 330px;
		margin-left: 0px;
	}

	.pokedex {
		padding-top: 120px;
		color: black;
		font-size: 7px;
	}
	

	.pokedex a {
		color: black;
		border-bottom: 1px black dotted;
		font-size: 8px;
	}

	.pokedex img {
		max-height: 100px;
		display: inline-block;
	}
	
	.pokedex .sprite img {
		height: 80px;
	}

	.pokedex .left {
		float: left;
		margin-left: 18px;
	}

	.pokedex .middle {
		width: 250px;
		overflow-wrap: break-word;
		margin-top: 10px;
	}
	
}