body{
	display: flex;
	width: 100%;
	height: 100%;
	background-image: url(./images/toller.jpg);
	background-size: 100vw auto;
	background-repeat: no-repeat;
	background-position: center;
}

@media(max-width: 133vh){
	body{
		background-size: auto 100vh;
	}
}

.button{
	margin: auto;
	cursor: pointer;
	width: 60vw;
	height: 60vh;
}
.button a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
