body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

html {
	background-color: #FAEDCF;
}

body {
	width: 1000px;
	margin: auto;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	gap: 15px;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

img {
	min-width: 0;
	max-width: 100%;
	box-shadow: 0 0 5px 3px #8f856e;
	box-sizing: border-box;
}

.downbotton {
	margin: 30px 0;
}

.downbotton a {
	 width: 322px;
	 height: 75px;
	 line-height: 68px;
	 font-size: 32px;
	 margin: 0 auto;
	 color: #fff1b3;
	 text-decoration-line: none;
	 background: url(./images/dbg.png) no-repeat left top;
	 text-align: center;
}

.downbotton a:hover {
	background-position: left bottom;
}