#puzzle {
    width: 600px;
    margin: auto;
    margin-top: 2%;
}


.tile {
    background-image: url('kotmale1.jpg');
    width: 200px;
    height: 200px;
    float: left;
    border: 1px solid silver;
    box-sizing: border-box;
}

#tile1 {
    background-position: 0 0
}

#tile2 {
    background-position: -200px -0px
}

#tile3 {
    background-position: -400px -0px
}

#tile4 {
    background-position: -0 -200px
}

#tile5 {
    background-position: -200px -200px
}

#tile6 {
    background-position: -400px -200px
}

#tile7 {
    background-position: -0 -400px
}

#tile8 {
    background-position: -200px -400px
}

#tile9 {
    background-position: -400px -400px
}

#popup {
    position: absolute;
    width: 30%;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.5);
    top: 25%;
    text-align: center;
    color: #fff;
    padding: 20px;
    z-index: 1080;

}

#timesUpPop {
    position: absolute;
    width: 30%;
    height: 40%;
   
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.5);
    top: 25%;
    text-align: center;
    color: #fff;
    padding: 20px;
    z-index: 1080;

}


.gameContaner {
    display: flex;
}

.timeDiv {
    margin-top: 21%;
}


.screen{
   background-image: url(milk.jpg);
}


.title{
    font-size: 90px;
    color: #fff;
    margin-left: 4rem;
    font-weight: 800 !important;
}

.mainCard{
    margin-top: -4rem;
    margin-bottom: -5rem;
   z-index: 99;
}

.modal-backdrop {
    background-color: transparent;
  }
  .modal-backdrop-transparent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
  }
  
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
