body{
  background-image: url("/main/board_assets/bkgtile.gif");
  background-color: #2D2D2D;
  background-attachment:local;
  font-family: "Lucida Console", "Courier New", monospace;
 
}


img.neppy {
  position: relative; 
  left: 125px; 
  bottom: 115px; 
  width: 10%
  
}

img.karkat {
  position: relative; 
  left: 85px; 
  top: 115px; 
  width: 50%;
  
}

img.spamsquito{
    position: relative; 
    right: 50px; 
    top: 115px; 
    width: 8%;  
}

img.thefuck{
    position: relative; 
    right: 40px; 
    bottom: 10px; 
    width: 25%;
}

img.elbarto{
    position: relative; 
    left: 30px; 
    top: 10px; 
    width: 10%; 
    
}



* {
  box-sizing: border-box;
}
.layout {
  width: 100%;
  padding:4%;
  display: flex;
  flex-wrap: wrap;
  
  gap: 30px;
  column-gap: 35px;

}
.board{
    flex: 65%;   
    line-height: 1.3;
    border-width: 7px;
    border: 15px solid;
    border-image: url("/main/board_assets/frame3full.png") 10 round;
    
    background-image: url("/main/board_assets/wood-board-background.jpg"); 
    background-size: 50%;  
   
}
.spacer{
  flex: 5%; 
  line-height: 1.3;
  padding:2%;
}