body {
	margin:0 0;
	font-family: Arial;
	color: #ff66ff;
	letter-spacing:0.05em;
	text-align: left;
}
h1, h2, h3, h4, h5 {
	font-family: Arial;
	color: #ff66ff;
	letter-spacing:0.05em;
}
a:link {
	color:#ff00ff;
	text-decoration:none;
	font-family: Arial;
}
a:visited {
	color:#ff00ff;
	text-decoration:none;
	font-family: Arial;
}
a:hover {
	color:#ff00ff;
	text-decoration:none;
	font-family: Arial;
	background-color: #ffccff;
}
p {
	margin:2em 0;
	font-family: Arial;
	color: #ff66ff;
	letter-spacing:0.05em;
	text-align: justify;
}
.content-container {
	/* 1. Set the min and max width for the content block */
	min-width: 300px;
	max-width: 800px;
	/* 2. Center the content block horizontally */
	margin-left: auto;
	margin-right: auto;
	/* 3. Inherit the pink text color (or set it again) */
	color:#ff00ff;
}
.content-container img {
/* 2. Styling the Images */
            /* Set a specific size for each image */
            height: auto;
            /* Add some space between the two images */
            margin: 0 5px; 
        }