:root {
	--post-it-yellow: 239, 239, 47;
	--post-it-blue: 150, 198, 247;
	--post-it-green: 145, 239, 145;
	--post-it-purple: 239, 145, 239;
	--text-black: 0, 0, 0;
	--text-white: 255, 255, 255;
}


body {
	background-image: url('cork-board.png');
	font-family: sans-serif;
}