html {
  scrollbar-color: rgb(255, 0, 149) black;
  image-rendering: pixelated;
  font-smooth: never;
  -webkit-font-smoothing : none;
}

body {
  background-image:url("./bg/background.gif");
  background-attachment: fixed;
  cursor:url("./graphics/cursor1.gif"),auto;
  font-family:'ms Ui gothic';
  font-size: 20px;
  color:white;
}

.site-content{
  background-image:url("./bg/background.gif");
}

.welcome {
	z-index: 0;
	width: 1127px;
    height: 883px;
    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}

.enter {
	top: 660px;
	left: 350px;
	position: absolute;
	z-index: 1;
}

.enter:hover{
	transform: scale(1.1);
}
.welcometext {
	width: 700px;
    height: 310px;
    
    position: absolute;
    top:40px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
	overflow: auto;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	scrollbar-color: rgb(100, 150, 255) black;
}

