html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url("article-bg1.png");
	background-repeat: repeat;

	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

header {
	background: #efe5e5;
	padding: 10px 5px;
}

a {
	color: #c63848;
}

ul, ol {
	padding-left: 20px;
}

nav a, 
li a {
	font-size: 0.95rem;
}

footer {
	min-height: 80px;
}

footer p {
	color: #a0a0a0;
	font-size: 0.95em;
}

.center {
	text-align: center
}

.abs {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 20px;
}

@media
only screen and (min-resolution: 192dpi) and (max-width: 700px),
only screen and (max-width: 700px) {
	.abs {
		position: relative;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 20px;
	}
}

div.content {
	border: 1px solid #c63848;
	box-shadow: 5px 5px #ffcfd5;
	background: #fff;
	min-height: 380px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}

*::selection {
  background: #c63848;
  color: #fff;
}
