sourcehypertextpubliccosmeticshome.css

:root {
	--background: #000a;
	--text: #e0ffdadd;
	--accent: #f0ffcc;
	--accent-seethrough: #ffc1;
	--accent-translucent: #ffc8;
}

body {
	background-image: url("/index/shiskin.webp");
	background-color: #354a37;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	font-family: var(--serif);

}

main {
	background-color: var(--background);
	backdrop-filter: blur(0.5rem);
	box-shadow: 0 0 2em black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}