.flex-container {
    display: flex;
    align-items: center;
}
 
.flex-container img {
    margin-right: 10px;
}

.pestpara {
	text-align: left;
}

.pest {
	width: 300px;
	height: 300px;
}

p {
	color: white;
	text-align: center;
	font-family: "Comic Sans MS", Comic Sans;
	font-weight: bold;
}

h1 {
	color: white;
	text-align: center;
	font-family: "Comic Sans MS", Comic Sans;
}

h2 {
	color: white;
	text-align: center;
	font-family: "Comic Sans MS", Comic Sans;
}

h4 {
	color: white;
	font-family: "Comic Sans MS", Comic Sans;
	text-align: center;
}

.whitediv {
	display: flex;
	justify-content: center;
}

body {
	background-color: black;
}

h3 {
	color: white;
	text-align: center;
	font-family: "Comic Sans MS", Comic Sans;
	font-weight: bold;
}

.lethal {
	text-shadow: -1px -1px 0 #ff0000, 1px -1px 0 #ff0000, -1px 1px 0 #ff0000, 1px 1px 0 #ff0000;
}