html,body {
	margin: 0;
	padding: 0;
	width: 50%;
	background-position: center-top;
	background-color: black;
	background-image: url("stars.gif");
	background-size: contain;
}

.Window {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

.Guest {
    text-align: center;
    font-size: 6em;
    color: black;
  	font: Courier-New;
    
}

.Guest:hover {
    color: white
}

.EmptyHead {
    display: none;
}

.EmptyFoot {
    display: none;
}

a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: white;
}
