@charset "UTF-8";
* {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

html {
	height: 794px;
	width: 1123px;
	font-size: 14px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}