body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0;
}

header {

	background: url("http://markb.webwork.space/week9/images/576x448/window03.jpg");

	 min-height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	background-repeat: no-repeat;
	background-position: 20% 20%;
	background-size: cover;
	position: relative;
}

h1,h2 {


	text-align: center;
	color: rgb(200,150,100);
	font-size: 8vw; 
	z-index: 1;
		line-height: 1.3em;


}



h1::before {

	content: " ";
    height: 100%;
    width: 100%;
	backdrop-filter: blur(15px) brightness(50%);
    position: absolute;
    top: 0;	
	left: 0;
	z-index: -1;

}

main {
	column-width: 15em;
	column-gap: 2em;
	column-rule: 1px dotted #aaa;
	margin: 2em;
}

main>* {
	margin-top: 0;
	margin-bottom: 1.5em;
}

 h3 {
	font-family:system-ui, sans-serif;
	font-weight:;
	font-style:;
}

























footer {
	
	transform: scale(0.5,0.5);


.quadary {
		margin-top: 0.3em;
		margin-bottom: 0.3em;
		margin-left: 2em;
		
}


address p {
	margin: 0;
	margin-left: 2em;
	{








































