

body{
		background-color: white;
		background: url("../../images/hublink/font.png");
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: center;
		justify-content: center;
		text-align : center;
		float : center;
		text-decoration: none;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}

img{
	width: 10%;
}


.shortcutbox{
	margin-top: 10%;
}
 
.shortcutline{
	margin-left: auto; margin-right: auto;
	margin-top: 2.5em;
	max-width: 100%;
}
.shortcut{
	margin-right: 1em;
}

@media (orientation: portrait) {
	img{
		width: 45%;
	}
	.shortcutline{
		max-width: 60%;
		margin-top: 1.5em;
	}
}