@charset "utf-8";
/* CSS Document */
body {
	background-color: purple;
	background-image: linear-gradient(to bottom right, purple, black);
	backround-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}