@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');

* {
	font-family: 'Google Sans Code', monospace;
}

h1 {
	color: white;
	background-color: rebeccapurple;
}

h1::before {
	content: "# ";
}
