@import "../imports/text_light.css";
:root {
	--cur: #333538;
	--box: #202123;
    --failed: #111213;
}
body {
	background-image: url('/images/tricky-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}