body {
	display: flex;
	justify-content: center;
	height: 100vh;
	background-image: url('assets/room_wallpaper_night.png');
    background-position: center;
    background-size: cover;
	overflow:hidden;
}
.sitemap-window{
	position: relative;
	justify-content: center;
	justify-items: center;
	justify-self: center;
	width: 175%;
	opacity: 80%;
	filter: contrast(1) brightness(0.8);       
	transform: translateY(5vh);
	background:  url(assets/window3.webp) center/contain no-repeat;
}


.sitemap-textbox{
	z-index: 4;
	position: absolute;
	min-width: 18vw;
	height: 60vh;
	top: 33vh;
	overflow: auto;
	
	font-family: Courier New;
    font-size: 1.2 em;
    color:#778b95;
	line-height: 1.5;
}

.goback{
	margin-left: 30px;
    position: absolute;
    color:#ecddc9;
    font-family: Courier New;
    font-size:0.9em;
    z-index: 3;
}

.goback a:link{
    text-decoration: none;
    color:#ecddc9;
}
.goback a:visited{
    text-decoration: none;
    color:#ecddc9;
} 

/* width */
::-webkit-scrollbar {
  width: 8px;
border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
	
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #474e62e8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #60abe1e8;
}

/* unvisited link */
a:link {
	text-decoration: none;
  color: #e0ebf1;
}

/* visited link */
a:visited {
	text-decoration: none;
  color: #ffffff;
}