@font-face{
	font-family: 'Montserrat-Regular';
	src: url('../font/Montserrat-Regular.ttf')format('truetype');
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Montserrat-Regular', sans-serif;
	background: #eee;
}
h1, h2, h3, p, small{
	pointer-events: none;
	hyphens:auto;
}
section{
	display: flex;
	justify-content: center;
	align-items: center;
}
p{
	position: absolute;
	z-index: 1;
	color: #444;
	font-size: calc(18px + (22 - 18)*(100vw - 300px)/(1600 - 300));
	line-height: calc(24px + (28 - 24)*(100vw - 300px)/(1600 - 300));
	letter-spacing: 1px;
	background: #eeeeee55;
	border-radius: 20px;
	box-shadow: 2px 3px 15px #ddd;
	padding: 2%;
}