@import "css/modules/variables";

$blue: #00f;

body {
	background: $blue;
	color: $yellow;
	transform: translate(5px);
	}