/* CSS reset */
*,*::after,*::before{box-sizing:border-box}*{margin:0}body{min-height:100%;display:flow-root;line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__next,#root{isolation:isolate}

html, body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font: normal normal 112.5% sans-serif;
	background: rgb(59,61,86);
	background: linear-gradient(0deg, rgba(59,61,86,1) 0%, rgba(26,30,30,1) 80%); 
}

.flex-wrap {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#content {
	text-align: left;
	margin: 2em auto;
	width: 80%;
	max-width: 900px;
}

.site-title {
	font: normal normal 1.5em 'Titillium Web', sans-serif;
	color: #eee;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 5px;
	cursor: default;
}