@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

html{
	height: 100%;
	overflow: hidden;
	margin: 0px;
}

body{
	height: 100%;
	background-image: url(bg.jpg);
	margin: 0px;
}

#place{
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}