* {
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

html,
body {
	font-size: 100px;
}

#body_container {
	min-width: 1220px;

}
