* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
body {
	margin: 0;
	font-family: 'Quicksand', sans-serif;
}
.site {
	padding: 0 60px;
}
.site-header {
	padding: 40px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header-links a {
	text-decoration: none;
	color: #222;
	margin-left: 30px;
	text-transform:  uppercase;
	letter-spacing:  4px;
	font-weight: 500;
	font-size: 13px;
	font-weight: 700;
	transition: all 0.5s;
}
.header-links a:hover {
	color: #FF2D50;
}
.logo svg {
	height: 17px;
}
.main-form,
.result-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	text-align: center;
}

.main-form {
	background: url(https://tools.uix.store/instagram-access-token/images/art_museum.svg) no-repeat right bottom;
	background-size: 35%;
}

.main-section h1 {
	font-size: 40px;
	margin-bottom: 80px;
}

.main-section .button {
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	border-radius: 40px;
	padding: 0 30px;
	background: #FF2D50;
}

.result-section .access-token {
	display: inline-block;
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	min-width: 300px;
	max-width: 98%;
	font-size: 18px;
	text-align: center;
}

.faq,
.policy,
.terms {
	text-align: center;
	padding: 100px 0;
}

.faq {
	background: url(https://tools.uix.store/instagram-access-token/images/voice_interface.svg) no-repeat left bottom;
	background-size: 30%;
}

.faq h2 {
	margin-bottom: 80px;
}

.wrapper {
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
}