
* {
    font-family: courier;
}
  
body {
    background-color: orange;
}

h1 {
    color: navy;
    margin-left: 20px;
}

div.container {
	text-align: center;
	align: center;
}

div:header {
}

div:content {
}

div:footer {
}


img.photo {
    width: 80%;
}