.grid {
    width: 606px;
    height: 606px;
    display: flex;
    flex-wrap: wrap;
   
}

.grid.weck {
    margin: 0 auto;
}

.container {
    display: grid; 
    grid-template-columns: 1.9fr 0.7fr; 
    grid-template-rows: 1.8fr; 
    gap: 0px 0px; 
  }
  .Weck { grid-area: 1 / 1 / 2 / 3; }
  .score { grid-area: 1 / 2 / 2 / 3; }

.square {
    height:200px;
    width:200px;
    border: solid black 1px;
    align-items: center;
    background-image: url(Gamecraft/hole.png);
}

.mole {
 background-image: url(inspiratie/molevoorbeeld4\,5\ .png);
 
}

body {
    background-image: url('fotos/grass.png');
    background-repeat: repeat; 
    background-size: cover; 
}
