@charset "utf-8";
html,body{
	width:100%;
	/*min-width: 1100px;*/
	height: 100svh;
	/*min-height: 800px;*/
}

body {
	display: flex;
	flex-direction: column;
}

#main{
	flex:1;
}

#main-inner{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#main .inner{
	width:100%;
	font-size:120%;
	font-weight: bold;
}

#main h1{
	font-size:1.2rem;
}

#main .name{
	font-size: 1.5rem;
	font-weight: 700;
}
