* {
	font-family: tahoma;					
	text-decoration: none;
	margin: 0;
	box-sizing: border-box;
	color: #000;
	font-weight: 300;
}

.main{	
	position: relative;
	background-color: #eee;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

svg {
	position: absolute;
	left: 50.8vw;
	top: 40vh;
	stroke: #000;
	stroke-width:1;
}

svg.horizontal {
	margin-left: -50.8vw;
	width: 100vw;
}

svg.vertical {
	margin-top: -40vh;
	height: 100vh;
}

img.sehlin {
	position: absolute;
	left: 50.8vw;
	top: 40vh;
	height: 52px;
	margin-top: -3px;
	margin-left: -94px;
}

.email p1 {
	position: absolute;
	top: 40.5vh;
	left: 50.8vw;
	margin-left: -160px;
	text-align: right;
	font-size: 18px;
	color: #eee;
}

.links {
	position: absolute;
	top: 41vh;
	left: calc(20px + 50.8vw);
	margin-left: 7.2vw;
}

.links p1 {
	font-size: 1.6vh; 
}

.links a {
	font-size: 1.5vh;
	color: #666;
}

.links a:hover{
	font-size: 1.6vh;
	color: #000;
}

.copyright a {
	position: absolute;
	top: 98vh;
	left: 101vw;
	width: 350px;
	margin-left: -175px;
	font-size: 1.3vh;
	color: #ddd;
}
