.container {
  width: 500px;
  align-content: center;
}

.grid {
  height: 400px;
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(88, 86, 214, 0.3);
  margin-left: 50px;
  margin-top: 20px;
  border: 10px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

div {
  font-size: 25px;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  color: white;
}

.valid {
  height: 40px;
  width: 40px;
  border: 5px solid;
  border-color: #f5f3eb #bab7a9 #bab7a9 #fff9db;
  box-sizing: border-box;
  background: #e8e6d3;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3);
}

.checked {
  height: 40px;
  width: 40px;
  border: 2px solid;
  background-color: #7857D4;
  border-color: #5856D6;
  box-sizing: border-box;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bomb {
  height: 40px;
  width: 40px;
  border: 5px solid;
  border-color: #f5f3eb #bab7a9 #bab7a9 #fff9db;
  box-sizing: border-box;
  background: #e8e6d3;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3);
}

.one {
  color: #FFB340;
}

.two {
  color: #40FF6B;
}

.three {
  color: #7E7CFF;
}

.four {
  color: #FF5479;
}

#result {
  margin-top: 5px;
  color: #FF9500;
  font-weight: bold;
}

#flags-left {
  color: #34C759;
  font-weight: bold;
}
