html, body {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	background-color: white;
	overflow: hidden;
	font-family: 'Comfortaa', cursive;
}

.container {
	text-align: center;
	max-width: 100%;
}

h1 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 10px;
}

p {
	font-size: 14px;
	margin: 5px 0;
	font-weight: 300;
}

a {color: #666; text-decoration: none; cursor: pointer;}

.contact {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #666;
}
