html{
	height: 100%;
	
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

body{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 24px;
	
	font-family: Satoshi, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: 400;
	line-height: 1.5;
	box-sizing: border-box;
	margin: 0;
}

.wrapper{
	max-width: 800px;
}

svg{
	width: 400px;
	max-width: 100%;
	height: auto;
	margin-bottom: 60px;
}

a{
	color: #333333;
}

a:hover{
	color: #ff6136;
}