body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
}

body > div {
	display: flex;
	justify-content: center;
	height: 100%;
}
body > div > div {
	align-self: center;
	font-weight: 300;
	padding-top:180px;
}
a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#000;
	outline: none;
}
.box-contact {
	padding-top: 90px;
}
svg {
	width: 200px;
}
