	body {

		font-family: Arial;
		display:block;
		width: 100%;
		height: 100vh;
		margin: 0;
		vertical-align: middle;
		background-color:#fff;
		background-size: cover;
		background-position: center;
	}

	.logo {
		display: grid;
		margin: 0 auto;
		height: calc(100vh - 200px);
		max-width: 80%;
		align-items: center;
		justify-content: center;
	}

	.logo img {width: 400px;max-width: 100%;}

	.tekst {
		display: grid;

		position: fixed;
		text-align: center;
		align-items: center;
		justify-content: center;
		color: #000;
		padding: 40px 20px;
		left: 0;
		right: 0;
		bottom: 0;

	}

	.tekst a {
		color: #000;
		text-decoration: none;
		font-weight: 600;
	}

	@media screen and (max-width: 480px) {
		.logo {

		}
	}