	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;
		height: 90vh;
		align-items: center;
		justify-content: center;
	}

	.logo img {width: 260px;}

	.tekst {
		display: grid;
		display:none;
		height: 90vh;
		text-align: center;
		align-items: center;
		justify-content: center;
		color: #000;

	}

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

		}
	}