body {
	background-image: url(https://i.ibb.co/CKCnXgs0/background.png);
	background-size: 175px;
	background-repeat: repeat;
	height: 100%;
}

h1 {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 48px;
	color: Blue;
	background-color: Cyan;
}

h2 {
	text-align: center;
	font-family: "Times New Roman", serif;
	background-color: Cyan;
}

h3 {
	text-align: center;
}

h4 {
	text-align: center;
	font-family: "Comic Sans MS";
	color: White;
	background-color: Black;
}

h5 {
	font-family: "Comic Sans Ms";
	font-size: 12px;
	background-color: CadetBlue;
}

h6 {
	background-color: Blue;
	font-size: 16px;
}

h7 {
	font-size: 8px;
	font-family: "Comic Sans Ms";
}

h8 {
	font-family: "Comic Sans Ms";
	font-size: 12px;
	background-color: Black;
	color: white;
}

h9 {
	font-family: "Comic Sans Ms";
	font-size: 12px;
	background-image: "https://images.fineartamerica.com/images/artworkimages/mediumlarge/2/landscape-field-bgfoto.jpg";
}

h10 {
	text-align: center;
	font-family: "Times New Roman", serif;
	color: Red;
}

h11 {
	text-align: right;
	font-family: "Times New Roman", serif;
	color: Red;
}

h12 {
	text-align: relative;
}

h13 {
	color: Chartreuse;
	font-size: 24px;
}

h14 {
	color: Chartreuse;
	font-size: 16px;
}

h15 {
	text-align: center;
	font-size: 16px;
	color: AliceBlue;
}

h16 {
	background: #2723FF;
	color: Chartreuse;
	font-size: 10px;
	border: 1px solid Chartreuse;
}

p.date {
	text-align: center;
}

table, th, td {
	border: 2px solid Chartreuse;
	border-collapse: collapse;
	padding: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

a:hover {
	color: Crimson;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
}

.container2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: Aquamarine;
}

.container3 {
	position: relative;
	width: 350px;
	background-color: BlueViolet;
}

.container4 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 926px;
	width: 1328px;
	background-image: url(https://i.ibb.co/Z1cBY05G/BAckground.png);
}

.container5 {
	position: relative;
	height: 350px;
	width: 850px;
}

.container6 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	background-color: DarkSlateBlue;
}

.container7 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1500px;
	background-color: Plum;
}

.container9 {
	position: relative;
	width: 1500px;
}

.container10 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: Pink;
}

.container11 {
	width: 1100px;
	height: 90px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: Blue;
}

.container12 {
	width: 1200px;
	height: 200px;
}

.container13 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 120;
	background-color: Blue;
	border: 4px dotted Chartreuse;
}

.marquee-container {
	width: 100%;
	height: 64px;
	background-color: DarkSlateBlue;
	background-repeat: repeat;
	background-size: 150px;
	position: relative;
}

.titleheader {
	width: 420px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	border: 5px Dotted Red;
	position: center;
}

.canvas {
	display: block;
	position: absolute;
	border: 5px solid Plum;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.entry {
	width: 1350px;
	margin-left: auto;
	margin-right: auto;
	border: 5px Dotted Chartreuse;
	position: center;
	background-color: Blue;
}
