html {
	background-color : #505;
	align-content: center;
	border-left-color : red;
	margin-right-color : #100;
}
h1,h3,p{
	font-family : Ariel, sans-serif;
	color : white;
	text-align : center;
}
a {
	font-weight: bolder;
	text-decoration : none;
	color : white;
}
body {
	left: 200px;
	background-color : black;
}
div {
	position : absolute;
	width : 70%;
	left : 15%;
}