
	:root {
		--border: rgba(217, 166, 106, 0.24);
    --gradientTop: #fffaf4;
    --gradientBottom: rgb(240, 177, 205, 0.2);
	}
	header {
		background: url('');
	}

{ 
	box-sizing: border-box;
}
body {
	padding: 10px;
    font-family: 'Gamja Flower';font-size: 22px;
    background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px
}

summary {
    font-size: 0.9em;  
    padding: 4px;
}
.container {
	max-width: 40rem;
	margin: 5vw auto 12px auto;

	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	gap: 5px;

	background-color: #fffaf4
}
.small { flex: 1 1 9%; }
.large { flex: 1 1 82%; }
.full { flex: 1 1 100%; }
.half { flex: 1 1 49%; }


header {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 150px;

	border-radius: 5px;
	position: relative;
}
header span {
	font-size: 2.5rem;
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 10px;
	font-weight: bold;
	text-shadow: 1px 1px var(--text),
		-1px 1px var(--text),
		1px -1px var(--accent),
		-1px -1px var(--accent);

}


nav {

	border-radius: 5px;
	padding: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
}
nav div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
}
nav a {
	display: block;
	margin: 5px;
	background: linear-gradient(to right,var(--bg),var(--gradientBottom));
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}
nav a:link, nav a:visited { 
} 

div.small > img {
	display: block;
	margin: 5px auto;
	border-radius: 5px;
}


section {
	border-radius: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
	padding: 5px;
}
 
div.scrolling1 {
	width: 532px;
	height: 91px;
	overflow: auto; 
}

div.scrolling2
{ width: 114px; 
	height: 150px; 
	overflow: auto; 
	font-size: 18px 
}

h1, h2, h3, h4, h5, h6, p  { 
	margin: 0px;
	line-height: 1.2;
}
h1 { 
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
}
h2 { 
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}
h3 { 
	font-size: 1.1rem;
}
h4 { 
	font-size: 1rem;
	padding-left: 12px;
}

img { max-width: 100%; }
pre { overflow-x: auto; }
