
*{  
	box-sizing: border-box;
	margin: 0; 
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

html, body {min-height: 100%;}

body {
    background-color: black; 
}

.visina-monitora {
	position: relative;
	height: 100vh;
}

@media only screen and (max-height: 800px) {
	
	.visina-monitora {
		position: relative;
		height: auto;
	}

}

@media only screen and (max-width: 420px) {
	
	.container {

		

	}

}
