/*# sourceMappingURL=index.css.map */

.category-button {
  margin: 10px;
  font-size: 20px;
  border-radius: 50%;
  width: 169px;
  height: 169px;
  padding: 0;
  line-height: 169px;
  text-align: center;
  color: #000;
  font-weight: 600;
  border: 0;
}

.primaryYellow {
  background: #f8e71c;
}

.textYellow {
  color: #f8e71c;
}

.primaryGreen {
  background: #4ad81f;
}

.pop-circle {
  background: #f8e71c;

}

.pop-circle:hover {
  color: black;
}




.mix-circle {
  background: #4ad81f;
}
.guest-circle {
  margin-right: 34px;
  border-radius: 50%;
  font-size: 20px;
  width: 169px;
  color: #000;
  font-weight: 600;
  height: 169px;
  background: #4ad81f;
  border: 0;
}

.hiphop-circle {
  background: #b60500;
}
.layout {
  text-align: center;
  margin-top: 30px;
}
.border-layout {
  border: 10px #f8e71c solid;
  border-radius: 10px;
  margin-top: 10vh;
}
.btn-option {
  width: 322px;
  height: 80px;
  border-radius: 40px;
  border: 0;
  background: #f8e71c;
}
.font-opt {
  font-size: x-large;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.cursor {
  cursor: pointer;
}
.circle-color {
  border: 5px solid #f8e71c;
  height: 300px;
  width: 300px;
  margin: auto;
  border-radius: 150px;
}
.btn-option:active,
.btn-option:focus {
  outline: 0;
  border: none;
}

.primaryButton {
  display: block;
  width: 248px;
  height: 58px;
  line-height: 56px;
  padding: 0;
  margin: 14 auto;
  border-radius: 0;
  color: #000;
}

.line2 {
  width: 120px;
  height: 150px;
  border-bottom: 3px solid #f8e71c;
  transform: translateY(20px) translateX(20px) rotate(-50deg);
  position: absolute;
}
#intro-slogan {
  display: flex;
  font-size: 24px;
}

#intro-slogan span {
  position: absolute;
  top: 145px;
  left: 74px;
}

.logo {
  width: 100;
}

a:hover {
  color: yellow;
  text-decoration: none;
}

.btn.mt5vh.primaryButton.primaryYellow:hover {
color: #4AD81F;
}

.category-container {
  width: 250px;
  display: inline-flex;
  margin: 20px;
}

.category-img {
  width: 250px;
  margin-bottom: 8px;
}

#result_img {
  width: 200px;
}

#questionText {
  padding: 40px
}

@media only screen and (max-width: 700px) {
  .btn-option {
    width: 313px;
    height: 59px;
  }

  #questionText {
    padding: 5vh;
    font-size: 20px;
  }

  .border-layout {
    margin-top: 5vh;
  }
}
