/*---------------------------------*/
/*-____----___-_____-___----_____--*/
/*-\   \--/   \     |   |--|     /-*/
/*--\   \/__   \    |   |__|    /--*/
/*---\     /\   \   |      |   /---*/
/*----\___/--\___\__|______|__/-'S-*/
/*------------------------ZONE-----*/
/*---------New test layout---------*/
/*---------------------------------*/

body {
  background-image: url(../images/newlayout/Background.png);
  font-family: "MS Gothic";
  overflow-x: hidden;
}  
a:link {
  color: #D747BC;
}
a:active {
  color: #FFF;
  text-decoration: underline;
}
a:visited {
  color: #D747BC;;
}
a:hover {
  color: #FFC1D4;
}

/*box that contains everything (except cheese) (also centers stuff)*/
.bigbox {
  display: flex;
  justify-content: center;
  padding: 0px;
  width: 100vw;
  height: 512px;
  margin: -12px;
} 

/*box that uhh also centers stuff i guess (except cheese)*/
.centerbox {
  height: 512px;
  width: 544px;
  display: flex;
  justify-content: center;
  overflow: visible;
  background-image: url(../images/newlayout/IconsFlying.png)
}  

/*enter button*/
.enter {
  height: 136px;
  width: 200px;
  background-image: url(../images/newlayout/EnterButton.png);
  position: absolute;
}  

.enter:hover {
  height: 136px;
  width: 200px;
  background-image: url(../images/newlayout/EnterButtonHovered.png);
  position: absolute;
}  

.enter:active {
  height: 136px;
  width: 200px;
  background-image: url(../images/newlayout/EnterButtonPressed.png);
  position: absolute;
}  

/*the window with stuff*/

.window {
  width: 256px;
  height: 256px;
  background-image: url(../images/newlayout/WindowNowEntering.png);
  position: absolute;
  margin-right: 266px;
  margin-top: 550px;
  box-shadow: 4px 4px 0 rgba(46, 8, 64, 0.5) 
}  

/*the running line*/
.runningline {
  color: #F5B554;
  font-size: 13;
  width: 176px;
  height: 15px;
  padding-top: 1px;
  margin: 13px;
}

.textzone {
  color: #2E0840;
  font-size: 12px;
  width: 230px;
  margin-top: 13px;
  margin-left: 13px;
  text-align: center;
}  
.textzone2 {
  color: #2E0840;
  font-size: 12px;
  width: 230px;
  margin-top: 4px;
  margin-left: 13px;
  text-align: center;
}  

/*about the site window*/
.aboutthesite {
  width: 256px;
  height: 198px;
  background-image: url(../images/newlayout/WindowAboutTheSite.png);
  position: absolute;
  margin-left: 266px;
  margin-top: 570px;
  box-shadow: 4px 4px 0 rgba(46, 8, 64, 0.5) 
}  
.textzone3 {
  color: #FFF;
  font-size: 12px;
  width: 137px;
  margin-left: 13px;
  text-align: center;
}  

.badgebox {
  width: 88px;
  height: 48px;
  position: absolute;
  margin-left: 155px;
  margin-top: -150px;
}  