div.content{ /*Adjustments of my content*/
	background-color: rgba(255,126,0,0.20);
	width: 80%; /*Specify the size of panel, relative to the browser size*/
	margin: 20pt auto; /*Adjustments of position of panel*/
	padding-left: 10pt; /*Adjustments of text position*/
	padding-right: 10pt;
}
h1 {
	text-transform: uppercase;
	font-family: "Segoe UI Black";
	color: rgba(255,0,0,1.00);
	-webkit-text-stroke: 2px white;
	padding-top: 5pt; /*Adjustments of text position*/
}
p {
	font-family: "Segoe Print";
	font-weight: bold;
	color: rgba(153,0,221,1.00);
	margin: 0pt 0pt 2pt;
	text-shadow: 3pt 0pt 5pt white, 0pt 3pt 5pt white, -3pt 0pt 5pt white, 0pt -3pt 5pt white;
	font-size: 15pt;
}
iframe { /*Make the Google Maps stay on the right of the panel*/
	float: right;
	margin: 5pt;
}