body {
  
  overflow: hidden;
  
}
.flex {
  
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
  
}

.playarea {
  
 width: 40%;
 height: 70%;
 background-color: pink; 
  
  
}

.dragme{
			position: absolute;
			cursor: move;
		}
	#draggable {
		
		}