	body {
		display:table;
		width: 100%;
		height: 100vh;
		margin: 0;
		vertical-align: middle;
		background-image:url(pozadina.jpg);
		background-size: cover;
		background-position: center;
	}

	.logo {
		display: table-cell;
		background:url(villaizzi_logo.svg);
		background-size:200px;
		background-repeat: no-repeat;
		background-position: center;

	}

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