@charset "utf-8";
/* CSS Document */

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: scale-down;
}

.body {
	background: linear-gradient(to bottom, #c1c2c3 0%,#acb7bb 100%);
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.blockdiv {
	display:block;
	text-align: center;
	width: 600px;
	height: 800px;
	margin: auto;
	float: inherit;
	padding: 5px;
	color: #677175;
}

.introdiv {
	display:block;
	text-align: center;
	width: 600px;
	height: 300px;
	margin: auto;
	float: inherit;
	padding: 5px;
	color: #677175;
}

#container {
	margin-left: auto;
	margin-right: auto;
	
}

.h1 {
	font-family: "kiln-serif", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.bg {
	background-color: #677175;
	width: 500px;
	height: 500px;
	margin: auto;
}