body {
	height: 2e3px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	font-family: open sans, sans-serif
}
.title-main {
	font-family: lobster, cursive;
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
	color: #539;
	margin-top: 150px
}
.text-intro {
	position: relative;
	margin: 0 auto 50px;
	text-align: center;
	max-width: 600px
}
.max-width {
	position: relative;
	margin: 0 auto;
	max-width: 320px
}
.code {
	background-color: #e5e5e5;
	border-radius: 10px
}
.scratch_container {
	position: relative;
	margin: 0 auto;
	max-width: 320px
}
.scratch_viewport {
	position: relative;
	width: 320px;
	height: 480px;
	margin: 0 auto;
	z-index: 0
}
.scratch_picture-under {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: -1
}
.scratch_container canvas {
	position: relative;
	width: 320;
	height: auto;
	z-index: 1
}
