@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
}

.make-center {
	display:flex;
	justify-content: center;
	align-items: center;
}

#div1{
	height: 100%;
}
