		h1 {
			position: absolute;
			top: 40px;
			left: 200px;
			width: 600px;
			height: 70px;
			text-size-adjust: auto;
		}

		h2 {
			position: absolute;
			top: 70px;
			left: 700px;
			width: 100px;
			height: 60px;
			text-size-adjust: auto;
		}

		h3{
			font-size: 16pt; 
			color: rgb(210, 231, 21);
		}


		.fit-picture {
			position: absolute;
			top: 0px;
			left: 8px;
			width: 840px;
			height: auto;
		}

		.fit-picture1 {
			position: absolute;
			top: 600px;
			left: 200px;
			width: 300px;
		}

		main {
			position: absolute;
			top: 130px;
			width: 800px;
			height: 1300px;
			background: rgb(99, 99, 150);
			padding: 20px;

		}

		div {
			background: rgb(233, 227, 165);
			border-radius: 5px;
			border: 1px solid #310404;;
			width: 150px;
			height: 50px;
			text-align: center;
			vertical-align: middle;
			align-items: center;
		}


		aside {
			padding: 20px;
			position: absolute;
			background: rgb(99, 99, 150);
			top: 40px;
			left: 180px;			
			width: 600px;
			font-size: 150%;
			line-height: 115%;

		}

		footer {
			position: absolute;
			top: 1400px;
			background: rgb(104, 141, 108);
			padding: 20px;
			height: 30px;
			width: 800px
		}

