@charset "utf-8";
body {
	margin: 0px;
	background-image: url(img/bg.jpg);
}
header {
	width: 1200px;
	background-color: rgba(0,0,0,0.56);
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 0;
	text-transform: none;
}
h1 {
	color: rgba(255,255,255,1.00);
	font-family: "微軟正黑體 Light", "Noto Sans TC", Arial;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-top: 39px;
	text-shadow: 0px 5px 9px rgba(0,0,0,1.00);
	font-size: 19pt;
}

main {
	width: 1200px;
	height: 850px;
	background-color: rgba(219,77,80,0.61);
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/ai-generated-butterfly-on-blooming-flowers-with-a-blurred-bokeh-background-rainbow-pastel-colors-banner-with-copy-space-ideal-for-presentations-articles-websites-related-to-nature-design-photo.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
}
section {
	background-color: rgba(145,223,236,0.65);
	width: 1200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/pngtree-d-render-of-a-website-builder-for-a-graphic-design-studio-image_3761809.jpg);
	clear: both;
	margin-top: 200px;
}
footer {
	width: 1200px;
	height: 205px;
	background-color: rgba(0,0,0,0.72);
	margin-left: auto;
	margin-right: auto;
}


aside {
	background-color: rgba(43,123,27,0.70);
	width: 40%;
	height: 650px;
	float: right;
}
article {
	width: 60%;
	background-color: rgba(95,21,144,0.79);
	float: left;
	height: 650px;
}
