*{
margin:0;
padding:0;
}

body,html{
	background-image:url('slike/1.webp');
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
@font-face {
 font-family: font; /* set name */
  src: url(font/font.ttf); /* url of the font */
}
.maze{
	position:relative;
	height:40%;
	width:40%;
	display: flex;
	justify-content: center;
	align-items: center;
	left:30%;
}
.book{
	height:4%;
	width:4%;
}
.header{
	font-size:50px;	
	color:white;
	  text-align: center;

}
h1{
	  font-family: font;
	  color:red;
}