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

.wavepara {
	text-align: left;
}

.wave {
	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;
}