@font-face {
	font-family: 'MuseoSans300';
	src: url(./static/assets/fonts/MuseoSans-300.otf) format('truetype');
}

@font-face {
	font-family: 'MuseoSans700';
	src: url(./static/assets/fonts/MuseoSans_700.otf) format('truetype');
}

html,
body {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #F5F5F5;
	font-family: MuseoSans300, MuseoSans700, "Helvetica Neue", Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

h1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
}

#root {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
}

#box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: center;

	width: 700px;
	height: 525px;

	background: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px -1px 16px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
