/* comment css file, this provides the styling through programming  */


body {
	background-color: black;
}


#container {
background-color: dodgerblue;
color: gold;
margin: 10%;
padding: 10%;
font-size: 30pt;
font-family: Georgia;
float: left;
}

img {
margin-top: 40px;
width: 50%;
float: left;
margin-left: 25%;
}