* {
	box-sizing: border-box;
      }

html {
  min-height: 100%;
}

body {
	margin: 0;
	min-height: 100vh;

	background color: b9b39f;
	background-image:url("/images/bgtexture.jpg");
	background-repeat: repeat;

	color: #181818;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.6;

	text-align: center:
}

.site-shell {
	width: calc(100% -2rem);
	max-width: 900px;
	margin: 2rem auto;
	padding: 2rem;

	background: rgba(245, 241, 225, 0.94);
	border: 2px solid #181818;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.25);

}

header {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #181818;
}

main {
	padding-block: 2rem;
}
footer {
	padding-top: 1.5rem;
	border-top: 1px solid $181818;
}

h1,
h2,
h3 {
	marin-top: 0;
	line-height: 1.2;
}

