body {
	background-color: #00ffff;
	color: #000080;
	font-family: 'Comic Sans MS', cursive, sans-serif;
	text-align: center;
}

h1 {
	color: #ff00ff;
	font-size: 3em;
	text-shadow: 2px 2px #ffff00;
}

p {
	color: #ff0000;
}

marquee {
	color: #00ff00;
	font-weight: bold;
	text-shadow: 1px 1px black;
}

a {
	color: #0000ff;
	text-decoration: blink;
}

.dot-border {
	border: 5px dotted #ff00ff;
	padding: 5px;
}
.images {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
	white-space: nowrap;
	margin-top: 4em;
}
