/*.card {
  position : absolute;
  width : 73px;
  height : 102px;
}*/

img.card {
  width: 100px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: initial;
  box-sizing: initial;
}


.board {
  position:relative;
  top:5px;
 left:5px;
}

.no-drop-cursor {
  cursor: none !important;
}

#bodyId {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('./images/background.jpg');
}

