* { box-sizing: border-box; }

body { font-family: sans-serif; 
  padding: 0;
  margin: 0;
}
.header{
    width: 100%;
    text-align: center;
    background-color: #e7b81f;
    
    
    
    height: 45px;
}
.header a{
  text-decoration: none;
  color: blue;
  
  
  height: 45px;
}

.headertitle{
  padding-top: 10px;
  font-size: 62px;
  font-weight: bold;
  font-family: 'Tangerine', serif;
    
  
}

.outer {
  
}
.gridouter {
  
  padding: 25px;
}

.grid {
  xbackground: hsla(45, 100%, 40%, 0.2);
  width: 300px; 

  
  margin: 0 auto;
}

.points{
  font-weight: bold;
  color: red;
}
.buttondiv,.messagediv {
    background: #f0f0f0;
    xbackground: hsla(45, 100%, 40%, 0.2);
    width: 300px;
  
    
    margin: 0 auto;
  }

  .newgamediv {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: brown;
    height: 50px;
    color: white;
    padding-top: 15px; 
    
  }
  
  .newgamediv a{
    width: 300px;
    margin: 0 auto;
    color: white;
    font-size: 16px;
  }
  
  .menudiv {
    xbackground: hsla(45, 100%, 40%, 0.2);
    width: 300px;
  
    
    margin: 0 auto;
  }
  .menudiv ul{
    margin-bottom: 30px;  
  
    
  }
 
  .menudiv ul li {
    margin-top: 7px;  
    font-size: 24px;
  font-weight: normal;
  font-family: 'Dokdo', serif;
  
    
  }
  .menudiv ul li a{
    
    text-decoration: none;   
  }
  .menudiv ul li a:hover{
    font-weight: bold;
    
  }
  .messagediv {
    
    
    width: 300px;
    height: 90px;
    padding: 15px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    background: #ffffff;
    font-family: 'Tangerine', serif;
    font-size: 30px;
    
  }
  
  .playerdiv {
    
    
    width: 300px;
    height: 30px;
    padding: 15px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    background: #ffffff;
    background: url('user.png'); 
    
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 10; 
  }
  /* clearfix */
.grid:after {
  content: ' ';
  display: block;
  clear: both;
}

.grid-item, .grid-item-lock {
  width: 100px;
  height: 100px;
  float: left;
  background: #e9e9e9;
  border: 1px solid #b2b2b2;

}

.grid-item:hover ,  .grid-item-lock:hover {
  border-color: white;
  cursor: move;
}


.grid-item.is-dragging,
.grid-item.is-positioning-post-drag {
  border-color: white;
  background: #09F;
  z-index: 2;
}

button {
font-size: 20px;
}

.corner1, .corner2, .corner3, .corner4{
    font-size: 28px;
    background-color: #e3e3e3;
    
}

.corner1{


    width: 50%; 
    height: 50%; 
    float: left;
    padding-top: 4px;
    padding-left: 6px;

}
.corner2{
    width: 50%; 
    height: 50%; 
    float: left;
    text-align: right;
    padding-top: 4px;
    padding-right: 6px;

    
}

.corner3{

    width: 50%; 
    height: 50%; 
    float: left;
    padding-top: 12px;
    padding-left: 6px;

   
    
    


}
.corner4{

    width: 50%; 
    height: 50%; 
    float: right;
    vertical-align: bottom;
    text-align: right;
    padding-right: 6px;

    padding-top: 12px;
}
