body {
  background: radial-gradient(#b473ad, #22405d);
}

h1 {
  color: #21201f;
}

.col p {
  color: #f0f8ff;
  font-size: 1.3em;
  font-style: italic;
}

.intro {
  color: #f0f8ff;
  font-size: 1.2em;
}

.style {
  color: #c092bb;
  font-size: 1.2em;
}

#btnStart, #btnEnd {
  color: #f0f8ff;
  background-color: #2b5073;
}

#btnStart:hover {
  background-color: #465f7b;
}

img {
  max-width: 15%;
  height: auto;
  position: absolute;
}

.gameContainer {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px;
  display: flex;
}

.gamePanel {
  aspect-ratio: 1;
  border: 5px groove #3b3b4b;
  flex: 45%;
  max-width: 500px;
  position: relative;
}

#cloneLeftSide {
  border: none;
  margin: 0;
  padding: 0;
}

.scorePanel {
  text-align: center;
  border: 5px groove #3b3b4b;
}

.scorePanel p {
  color: #2f2f3b;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: underline;
}

#score {
  color: #f0f8ff;
  font-size: 2em;
  font-weight: bold;
}

@media (width <= 768px) {
  .gamePanel {
    flex: 100%;
  }

  img {
    max-width: 10%;
  }

  .intro, .style {
    font-size: 1em;
  }

  .intro span {
    font-size: 1.2em;
    font-weight: bold;
  }
}
/*# sourceMappingURL=index.cfbfc554.css.map */
