html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

body{
	font-size: 17px;
    line-height: 1.45;
	background: #000;
}

html, body, input, textarea, select, button, .regular, .wp-block-button__link{
	font-family: sans-serif;
	font-weight: normal;
	color: #fff;	
}

a, a:visited{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color: #fff;
}

main{
	min-height: 100vh;
	padding: 1em;	
}

main .intro{
	transform: translateY(-50px);
	max-width: 600px;
	margin: 0 auto;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
}

.logo img{
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;	
}

.social-media{
	display: flex;
	gap: .3em;
	margin-bottom: 60px;
	font-size: 	50px;
}

.content{
	max-width: 800px;
	margin: 0 auto;
}

hr{
	width: 180px;
    margin: 9em auto;
    border: none;
    color: #000;
    border-top: 4px solid #999;
}

.footer{
	position: fixed;
	bottom: 0;
	right: 0;
    font-size: 13px;
    padding: 1em;
	background: #000;
	box-shadow: 0px 0px 20px 8px rgba(0,0,0,1);
}

.footer a{
	text-decoration: none;
	color: #999;
}



