h1 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 3em;
	text-align: left;
	font-weight: 900;
	color: #000000;
}

h2 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 2em;
	text-align: left;
	font-weight: 600;
	color: #000000;
}

h3 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 1.5em;
	text-align: left;
	font-weight: 200;
	color: #000000;
}

h4 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 1.5em;
	text-align: left;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px solid #888888;
}

h5 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 1.5em;
	text-align: left;
	font-weight: 500;
	color: #000000;

}

h6 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 0.8333em;
	text-align: left;
	font-weight: 800;
	font-variant: titling-caps;
	color: #000000;
}

.small {
	font-size: 0.8333em;
	font-weight: 200;
}


body {
margin: 0;
}

a {
	color: #ff1c6d;
}

body, p , ul, ol, li{
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 12pt;
	font-weight: 200;
	text-align: left;
	color:#000000;
}

.box {
		position:absolute;
		left:25%;
		top:25%;
		width: 50%;
		height: 50%;
		background: color(srgb 1 1 1 / 0.75);
		border-radius: 10px;
		margin: 0.5em;
}
		