@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	height: 1000px;
}

section {
	position: relative;
	width: 100%;
	height: 500px;
	background: url("../assets/shards/shard_one.svg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}