body {
	background-image: url(img/bg.png);
}

@font-face {
	font-family: touhou;
	src: url(fonts/touhou.woff);
  }

.banner {
	border: 7px;
	border-color: white;
	border-style: ridge;
	height: 100px;
	width: 1000px;
	background-image: url("img/banner.png");
	margin: 0 auto;
	
}

.banner h1 {
	font-family: touhou;
	font-size: 50px;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-top: 20px;
	margin-left: 5px;
	align-items: center;
	justify-content: center;
}

.container1 {
	display: flex;
	gap: 10px;
	margin-top: 10px;
	margin-left: 12.4%;
	margin-right: 12.4%;
	align-items: center;
	justify-content: center;
}

.journalnav {
	border: 7px;
	border-color: white;
	border-style: double;
	background-color: #cecaeb;
	width: 200px;
	height: 1000px;
	flex-shrink: 0;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
}

.journalnavcont {
	font-family: touhou;
	text-align: center;
	margin-left: 7%;
	margin-right: 5%;
}

.journalcontent {
	border: 7px;
	border-color: white;
	border-style: double;
	background-color: #dedbf4;
	width: 777px;
	height: 1000px;
	flex-shrink: 0;
	margin-bottom: 10px;
	align-items: center;
}

.journalcontentcont {
	font-family: touhou;
	text-align: center;
}