*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{
	font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	line-height:1.5;
	color:#111;
	background-image:
		linear-gradient(180deg, rgba(248,250,252,0.01), rgba(238,242,247,0.01)),
		url('images/logo_spacer_2764x1504.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.container{max-width:1100px;margin:0 auto;padding:1rem}

.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}
.site-title{font-size:1.25rem;font-weight:700;color:#0f172a}

.responsive{max-width:100%;height:auto;display:block}

.site-footer{margin-top:3rem;padding:1rem 0;color:#64748b;font-size:.9rem;text-align:center;border-top:1px solid rgba(15,23,42,.04)}

.center{text-align:center}

.header-hero{padding:2rem 0}
@media(min-width:768px){.site-title{font-size:1.5rem}.header-hero{padding:4rem 0}}
