@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, html {
	font-family: 'Inter', Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	height: 100%;
	background-color: #fff;
	text-align: center;
	line-height: 180%;
}

.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	text-align: center;
	padding: 0 25px
}
.content{
	max-width: 750px;
	width: 100%;
}

h1{
	font-size: 22px;
	margin-bottom: 45px;
}

a{
	color: #888;
}
a:hover{
	text-decoration: none;
}

.footer{
	font-size: 12px;
	margin-top: 45px;
	line-height: 180%;
}