* {
	padding: 0;
	margin: 0;
	-webkit-text-fill-color: currentColor;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
html{background:#f5d885}
body{
	font: 1rem apple-system,'Microsoft YaHei';
	width: 1000px;
	max-width: calc(100% - 2rem);
	padding: 1rem;
	margin: 2rem auto;
	background: #fffcef;
	background-image: url("right-top.svg");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: top -320px right -650px;
	border-radius:.725rem
}

section {margin-top: 2rem}
section .banner{
	display: flex;
	width: 100%;
    flex-direction: row;
	justify-content: space-evenly;
	align-items: center
}

section .banner .bl{width: 55%; padding-right: 10px;}
section .banner .bl h1{font-size:3.2rem; color: #9e5d3c; margin-left: 2rem;}
section .banner .bl h1 span{font-size: 2.6rem; font-family: 'Comfortaa', sans-serif; display: inline}
section .banner .bl h2{font: 2.4rem; color: #d19950; margin: .725rem 0 1.8rem 2rem;}
section .banner .bl p{color: #9e5d3c; margin-top: .5rem; font-size: .9rem; text-indent:2rem}
section .banner .br{
	background: url("banner.png") no-repeat;
	background-size: contain;
	width: 45%;
	min-height:300px;
	display: block;
	margin-top: 3.5rem;
}
footer{
	color: #93451D;
	font-weight: 300;
	margin: 0 0 -1rem -1rem;
	padding: 5rem 0;
	text-align: center;
	background-image: url("left-bottom.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom -300px left -400px;
	border-radius:.725rem;
	line-height: 1.5
}
footer span{font:.8rem "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"}
footer p{font-family: 'Comfortaa', sans-serif; display: inline}
@media only screen and (max-width: 48em) {
	body{
		background-position: top -160px right -350px;
	}
	footer{
		background-position: bottom -200px left -200px;
	}
}
@media only screen and (max-width: 36em) {
	section .banner{flex-direction:column}
	section .banner .bl{width: 100%}
	section .banner .br{width: 100%; margin-top: 1.5rem}
}