body {
	background-color: black;
	color: white;
	font-family: "DejaVu Serif", "Serif";
	font-size: 17px;
}

.navbar a {
	color: white;
}

.page_title {
	text-align: center;
	font-size: 50px;
}

.title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.thingy {
	margin: auto;
	width: 70%;
	margin-top: 200px;
	margin-bottom: 200px;
}

.thingy img {
	width: 80%;
	margin: auto;
	border-radius: 20px;
}



.module img {
	width: 80%;
	margin: auto;
}

.shrineimg {
	margin: auto;
	text-align: center;
}

.modules {
	width: 80%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
	gap: 50px;
}

.module {
	margin-top: 100px;
	padding: 10px;
	overflow-y: scroll;
	border: 1px solid white;
	height: auto;
	max-width: 500px;
}

.module p {
	margin-bottom: 10px;
}

#mod1 {
	grid-column: 1 / 4;
	grid-row: 1;
	width: 400px;
	margin: auto;

}

#mod2 {
	grid-column: 1 / 2;
	grid-row: 2;
	height: auto;
	max-height: 400px;
}

#mod3 {
	grid-column: 2 / 4;
	grid-row: 2;
	margin: auto;
	margin-top: 200px;
	width: 60%;
	max-height: 600px;

}

#mod7 {
	grid-column: 1 / 2;
	grid-row: 3;
	margin-top: 300px;
	height: 500px;
}


.alice_dialogue {
	color: red;
	font-size: 20px;
}

.yuuki_dialogue {
	color: lightblue;
	font-size: 22px;
	font-family: "Comic Sans MS", cursive;
}


#mod5 {
	grid-column: 2 / 3;
	grid-row: 3;
	margin-top: 200px;
	height: 500px;
}

#mod4 {
	grid-column: 3 / 4;
	grid-row: 3;
	height: 500px;
}

#mod6 {
	grid-column: 1 / 4;
	grid-row: 4;
	width: 70%;
	margin: auto;
	margin-top: 100px; 
	height: auto;
	max-width: 800px;
}

#mod6 td {
	width: 50%;
	padding: 20px;
	/*border: 1px solid white;*/
}

.tdimg {
	text-align: center;
}

#mod11 {
	grid-column: 3 / 4;
	grid-row: 5;
	margin-top: 200px; 
	max-height: 600px;
}

li {
	margin-top: 20px;
}


#mod8 {
	grid-column: 1 / 3;
	grid-row: 5;
	margin: auto;
	margin-top: 100px;
	width: 60%; 

}

#mod9 {
	grid-column: 1 / 4;
	grid-row: 6;
	margin: auto;
	margin-top: 100px;
	width: 60%;
}

#mod10 {
	grid-column: 1 / 3;
	grid-row: 7;
	margin: auto;
	margin-top: 100px;
	width: 60%;

}


