div.title {
	background-color: lightgrey;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 65px;
	font-weight: bold;
}

div.subtitle { 
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	font-family: "Arial", Helvetica, sans-serif;
	}

body {
	background-image:url("logs.jpg");
	background-repeat: repeat;
	margin-right: 7%;
	margin-left: 7%;
}

h1 {
	background-color: lightgrey;
	border: 3px solid;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 30px;
	padding: 5px;
	}

h2 {
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 25px;
	}
	
div.sect {
	border: 3px solid;
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 10px;
}	

img {
	width: 550px;
	height: auto;
	padding:0px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure {
  padding: 0px;
  margin: auto;
}

figcaption {
  font-style: italic;
  padding: 5px;
  text-align: center;
}