body {
  padding-top: 60px;
  font-family: "Segoe UI", sans-serif;
}
.hero {
  height: 100vh;
  background-image: url('../images/mahjongtile_1.png');
  background-size: cover;
  background-position: center;
}
.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
}
.bottom-active {
  border-bottom: 3px solid #8469f6;
}
.dot {
  color: orange;
}
.game-overlay {
  max-width: 500px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.accordion-button:focus {
  box-shadow: none;
}
#games .mb-4 {
  text-align: center;
}
#games .content-game {
  height: 100vh;
  background-image: url('../images/product1/mahjongtile_2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#games .content-game::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#games .row {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffffff;
  align-items: center;
  position: relative;
  z-index: 2;
}
#games .row .images img {
  height: 48px;
}
.accordion {
  max-width: 800px;
  margin: 30px auto;
}
.accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px solid #cfe2ff;
}
.accordion .accordion-item .accordion-header {
  border-radius: 20px;
  overflow: hidden;
  background-color: #cfe2ff;
}
.accordion button {
  border-radius: 20px;
  background-color: #cfe2ff;
  border-color: transparent;
}
footer {
  font-size: 20px;
}
footer a {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */