	body {

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

	.logo {
		display: block;
		background:url(ba.svg);
		background-size:80%;
		max-width: 90%;
		width: 600px;
		background-repeat: no-repeat;
		background-position: center;
		height: 500px;
		margin: 0 auto;

	}

	.tekst {
		display: block;
		text-align: center;
		color: #fff;
		text-transform: uppercase;

	}

	@media screen and (max-width: 480px) {
		.logo {
			background-size:60%;
		}
	}