html {
	width: 100vw;
	height: 100vh;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('wbudowie.jpeg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FBC000;
}
