@keyframes wintile-bg-scroll {
	100% {
		background-position: -272px 256px;
	}
}

body {
	margin: 0;
	min-height: 100vh;
	background-color: #000000;
	background-image: url("../images/background/wintile.png");
	background-position: 0 0;
	background-repeat: repeat;
	animation: wintile-bg-scroll 10s linear infinite;
	color: teal;
	font-family: Verdana, Geneva, sans-serif;
}