/*
-------------------------------------------------------------------------------------------------
JavaScript Snow Effect - © Copyright 2020 - Jam-Es.com
Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
-------------------------------------------------------------------------------------------------
*/

body,html {
	margin: 0;
	padding: 0;
}

.hide-overflow {
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}

canvas {
	height: 100vh;
	width: 100vw;
	background-color: #249103;
}

.main {
	top: 100%;
}

.main p {
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 400%;
	text-align: center;
	width: 100%;
	position: absolute;
}

.main img {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		text-align: center;
		top: 20%;
		bottom: 0;
}
.linkimage {
    right: 0;
    bottom: 0;
	position: absolute;
	width: 7%;

}

.relative {
	position: relative;
}
