body {
  font-family: sans-serif;
  background-color: #f0f0f0;
}

.game-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  margin: 0;
}

.boardOptions {
  width: 660px;
  height: 420px;
  background-color: rgb(30, 118, 92);
}
.boardSizes{
  visibility:hidden;
}
.boardData {
  visibility:hidden;
}
.container {
  text-align: center;
}

.titleHolder{
  flex-direction: row;
  width: 660px;
}

.popTextOptions{
  color: rgb(225, 148, 6)
}

.helpContainer {
  text-align: center;
  font-size: 24px;
}

.game-board {
  display: grid;
  grid-template-columns: repeat(5, 80px);
  grid-gap: 5px;
  margin-top: 20px;
}

.game-board7x7 {
  display: grid;
  grid-template-columns: repeat(7, 80px);
  grid-gap: 5px;
  margin-top: 20px;
}

.game-board9x9 {
  display: grid;
  grid-template-columns: repeat(9, 80px);
  grid-gap: 5px;
  margin-top: 20px;
}

.game-board11x11 {
  display: grid;
  grid-template-columns: repeat(11, 80px);
  grid-gap: 5px;
  margin-top: 20px;
}



.cell {
  width: 80px;
  height: 80px;
  background-color: #ddd;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
}

.cell:hover {
  background-color: #eee;
}

.revealed {
  background-color: #f9f9f9;
} 

@keyframes bomb {
  0% {
    background-color: #d13b04;
    font-size: 27px;
    transform: translate(0, 0) rotate(0deg);
    color:white;
    border-radius: 10px;
    border-color: white;
    border-width: 2px;
  }
  25%{
    transform: translate(2px, 0px) rotate(2deg);
    color:black;
    border-radius: 10px;
    border-color: black;
    border-width: 3px;
  }
  50% {
    background-color: rgb(247, 173, 13);
    font-size: 24px;
    transform: translate(0, 0) rotate(0eg);
    color:white;
    border-radius: 10px;
    border-color: white;
    border-width: 2px;
  }
  75%{
    transform: translate(-2px, 0px) rotate(-2deg);
    color:black;
    border-radius: 10px;
    border-color: black;
    border-width: 3px;
  }
  100% {
    background-color: #f0c906;
    font-size: 27px;
    transform: translate(0, 0) rotate(0deg);
    color:white;
    border-radius: 10px;
    border-color: white;
    border-width: 2px;
  }
}

 .Bomb{
  animation-name: bomb;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}

@keyframes redCross {
  0% {
    background-color: #ddd;
    
    font-family: 'Franklin Gothic Medium';
    width: 80px;
    height: 80px;
    background-image: url('https://pngmagic.com/product_images/heart-png-hd.png');
    background-size: 100% 100%;
  }
  100% {
    background-color: #ddd;
    background-image: url('https://pngmagic.com/product_images/heart-png-hd.png');
    background-size: 100% 100%;
    color: white;
    font-family: 'Franklin Gothic Medium';
    width: 80.5px;
    height: 80.5px;
  }
}

 .RedCross{
  animation-name: redCross;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes typhoon {
  0% {
    background-image: url('https://images.jifo.co/137068591_1664013730100.gif');
    color:black;
    font-family: 'impact';
    transform: rotate(-180deg);
    width: 160px;
    height: 160px;
    background-size: auto 100%;
    font-size: 45px;
  }
  50% {
    background-image: url('https://images.jifo.co/137068591_1664013730100.gif');
    color: grey;
    font-family: 'impact';
    transform: rotate(180deg);
    width: 140px;
    height: 140px;
    background-size: auto 100%;
    font-size: 30px;
  }
  100% {
    background-image: url('https://images.jifo.co/137068591_1664013730100.gif');
    color: black;
    font-family: 'impact';
    transform: rotate(360deg);
    width: 80px;
    height: 80px;
    background-size: auto 100%;
    font-size: 20px;
  }
}

 .Typhoon{
  animation-name: typhoon;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-direction:normal;
  animation-fill-mode: forwards;
  
}

@keyframes  poison {
  0% {
    background-image: url('https://img1.picmix.com/output/stamp/normal/2/1/9/3/1953912_1caca.gif');
    color:black;
    font-family: 'impact';
    transform: skewY(-15deg);
    border-radius: 1px;
  }
  5% {
    background-image: url('https://img1.picmix.com/output/stamp/normal/2/1/9/3/1953912_1caca.gif');
    color:black;
    font-family: 'impact'; 
    transform: skewY(15deg); 
    border-radius: 2px;
  }
  10% {
    background-image: url('https://img1.picmix.com/output/stamp/normal/2/1/9/3/1953912_1caca.gif');
    color:black;
    font-family: 'impact'; 
    transform: skewY(-15deg); 
    border-radius: 3px;
  }
  15% {
    background-image: url('https://img1.picmix.com/output/stamp/normal/2/1/9/3/1953912_1caca.gif');
    color:black;
    font-family: 'impact';
     transform: skewY(15deg); 
      border-radius: 4px;
  }
  20% {
    background-image: url('https://img1.picmix.com/output/stamp/normal/2/1/9/3/1953912_1caca.gif');
    color:black;
    font-family: 'impact';
     transform: skewY(0deg); 
      border-radius: 5px;
  }
  100% {
    background-image: url('https://img1.picmix.com/output/stamp/normal/2/1/9/3/1953912_1caca.gif');
    color:whitesmoke;
    font-family: 'impact';
     transform: skewY(0deg);
      border-radius: 7px;
  }  
}

.Poison{
  animation-name: poison;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.bug-report {
  padding-top:10vh;
}

.reportBtn {
  background-color: #ffffff;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 30px;
  font-weight: 100;
  font-size: 2px;
}

img{
  width: 40px;
  height: 40px;
}


.warning{
  width: 400px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  text-align: center;
  color: #333;
  visibility: visible;
  right: 27px;
}  

.continueBtn{
  width: 47%;
  margin-top: 50px;
  padding: 10px 0;
  background: lightskyblue;
  color: black;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}

.cancelBtn{
  width: 47%;
  margin-top: 50px;
  padding: 10px 0;
  background: lightskyblue;
  color: black;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}
