html, body{
	scroll-behavior: smooth;
	font-family: 'M PLUS 2', sans-serif;
	max-width: 100%;
    overflow-x: hidden;
	margin: 0;
}

*{
	box-sizing: border-box;
}

.box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}