<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ê³µí†µ */

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-wrapper.basic .test-lists-wrap .title:before {
  background: #ff8c9f;
}

.game-result .recommend-list:before {
  background-color: #f12948;
}

.game-result .img-halt-box .list &gt; li a:nth-child(4):hover {
  color: #ffffff;
}

/* intro */

.game-intro .btn-game-start {
  background-color: #f12948;
  color: #ffffff;
}

.game-intro .user-nickname input {
  display: block;
  margin: 1rem auto 0;
  width: 70%;
  height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #222222;
  padding: 0.5rem;
  font-weight: 700;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.game-intro .user-nickname input::placeholder {
  color: #cecece;
}

.game-intro .user-nickname input:focus {
  outline: none;
  border: 3px solid #f12948;
}

/* ë¬¸ì&nbsp;œíŽ˜ì´ì§€ - ê³µí†µ */

.game-wrapper .test-progress-header {
  border-top: 0.1rem solid #f12948;
}

.game-wrapper.basic .app-header.page {
  border-bottom: 1px solid #f12948;
}

.game-wrapper.basic .game-title.page {
  color: #f12948;
}

.game-wrapper.basic .test-controller-top .back-btn-wrap {
  opacity: 0;
  pointer-events: none;
}

.game-wrap .game-body .question-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.game-wrap .game-body .question-options .question-option {
  display: inline-block;
  width: 9.7rem;
  height: 10.5rem;
  border-radius: 1rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0.3rem 0;
  padding: 0;
  border: 0.1rem solid #e1e1e1;
  box-sizing: content-box;
}

.game-wrap .game-body .question-options .question-option &gt; p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  padding: 0.3rem;
  background-color: #ffffff;
  border-radius: 0 0 0.85rem 0.85rem;
  font-size: 0.75rem;
}

.game-wrap .game-body .question-options .question-option + .question-option {
  margin-top: 0;
}

.game-wrap .game-body .question-options .question-option.active &gt; p {
  background-color: #ffd6dc;
}

.game-wrapper .game-body .question-options .question-option.active,
.game-wrapper .game-body .question-options .question-option:focus,
.game-wrapper .game-body .question-options .question-option:active {
  background-color: #ffd6dc;
  border-color: #ff7b90;
}

.game-wrapper .game-body .question-options .question-option.active:after,
.game-wrapper .game-body .question-options .question-option:focus:after,
.game-wrapper .game-body .question-options .question-option:active:after {
  content: '';
  position: absolute;
  right: 1rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game77/icon/O.png');
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 15%;
  transform: translateY(-50%);
}

.game-wrap .game-body .question-title {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 1.5rem;
  font-weight: 800;
}

.game-wrapper .game-progress .game-progress-inner {
  background-color: #f12948;
}

.test-controller-top .game-stage-wrap {
  font-weight: 700;
}

.game-wrapper.basic .game-body {
  position: relative;
}

.game-wrap .game-body .skip-question {
  background-color: #f12948;
}

.game-wrap .game-stage-wrap .current-stage {
  color: #f12948;
}

.game-wrap .game-body .next-question {
  text-align: center;
  background-color: #f12948;
  padding: 1rem;
  font-size: 1.3rem;
  font-family: 'Jalnan';
  color: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

/* ë¬¸ì&nbsp;œíŽ˜ì´ì§€ - ì´ë¯¸ì§€ */

.image-step-1 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/1-1.jpg');
}

.image-step-1 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/1-2.jpg');
}

.image-step-1 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/1-3.jpg');
}

.image-step-1 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/1-4.jpg');
}

.image-step-2 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/2-1.jpg');
}

.image-step-2 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/2-2.jpg');
}

.image-step-2 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/2-3.jpg');
}

.image-step-3 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/3-1.jpg');
}

.image-step-3 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/3-2.jpg');
}

.image-step-3 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/3-3.jpg');
}

.image-step-4 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/4-1.jpg');
}

.image-step-4 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/4-2.jpg');
}

.image-step-4 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/4-3.jpg');
}

.image-step-4 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/4-4.jpg');
}

.image-step-5 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/5-1.jpg');
}

.image-step-5 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/5-2.jpg');
}

.image-step-5 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/5-3.jpg');
}

.image-step-5 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/5-4.jpg');
}

.image-step-6 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/6-1.jpg');
}

.image-step-6 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/6-2.jpg');
}

.image-step-6 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/6-3.jpg');
}

.image-step-6 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/6-4.jpg');
}

.image-step-7 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/7-1.jpg');
}

.image-step-7 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/7-2.jpg');
}

.image-step-7 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/7-3.jpg');
}

.image-step-7 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/7-4.jpg');
}

.image-step-8 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/8-1.jpg');
}

.image-step-8 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/8-2.jpg');
}

.image-step-8 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/8-3.jpg');
}

.image-step-9 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/9-1.jpg');
}

.image-step-9 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/9-2.jpg');
}

.image-step-9 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/9-3.jpg');
}

.image-step-9 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/9-4.jpg');
}

.image-step-10 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/10-1.jpg');
}

.image-step-10 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/10-2.jpg');
}

.image-step-11 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/11-1.jpg');
}

.image-step-11 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/11-2.jpg');
}

.image-step-11 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/11-3.jpg');
}

.image-step-11 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/11-4.jpg');
}

.image-step-12 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/12-1.jpg');
}

.image-step-12 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/12-2.jpg');
}

.image-step-12 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/12-3.jpg');
}

.image-step-12 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/12-4.jpg');
}

.image-step-13 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/13-1.jpg');
}

.image-step-13 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/13-2.jpg');
}

.image-step-13 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/13-3.jpg');
}

.image-step-13 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/13-4.jpg');
}

.image-step-14 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/14-1.jpg');
}

.image-step-14 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/14-2.jpg');
}

.image-step-14 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/14-3.jpg');
}

.image-step-14 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/14-4.jpg');
}

.image-step-15 .question-option {
  width: 6.3rem !important;
  height: 9rem !important;
}

.image-step-15 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/15-1.jpg');
}

.image-step-15 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/15-2.jpg');
}

.image-step-15 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/15-3.jpg');
}

.image-step-15 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/15-4.jpg');
}

.image-step-15 #button-4.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/15-5.jpg');
}

.image-step-16 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/16-1.jpg');
}

.image-step-16 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/16-2.jpg');
}

.image-step-16 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/16-3.jpg');
}

.image-step-16 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/16-4.jpg');
}

.image-step-17 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/17-1.jpg');
}

.image-step-17 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/17-2.jpg');
}

.image-step-17 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/17-3.jpg');
}

.image-step-17 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/17-4.jpg');
}

.image-step-18 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/18-1.jpg');
}

.image-step-18 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/18-2.jpg');
}

.image-step-18 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/18-3.jpg');
}

.image-step-18 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/18-4.jpg');
}

.image-step-19 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/19-1.jpg');
}

.image-step-19 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/19-2.jpg');
}

.image-step-19 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/19-3.jpg');
}

.image-step-19 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/19-4.jpg');
}

.image-step-20 #button-0.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/20-1.jpg');
}

.image-step-20 #button-1.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/20-2.jpg');
}

.image-step-20 #button-2.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/20-3.jpg');
}

.image-step-20 #button-3.question-option {
  background-image: url('https://cdn.banggooso.com/assets/images/game77/question/20-4.jpg');
}

/* ê²°ê³¼íŽ˜ì´ì§€ */
.game-result {
  padding-top: 1.5rem !important;
}

.game-wrapper .game-title {
  background-color: #f12948;
  color: #ffffff;
}

.game-wrapper .result-icon {
  width: 4.5rem;
  margin: 0 auto 2rem auto;
}

.game-wrapper .result-icon &gt; img {
  width: 100%;
}

.game-wrapper .complete-text {
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem;
}

.game-wrapper .result-input {
  border: solid 2px #666666;
  border-radius: 5px;
  width: 70%;
  display: block;
  margin: 1rem auto 0;
  font-size: 0.85rem;
  text-align: center;
  color: #444444;
  padding: 0.2rem;
  text-overflow: ellipsis;
}

.pop_induce .popup .wrap .btn_goRank {
  visibility: hidden;
}

.new-popup.popup-module.pop_induce .popup div.btn_induce {
  padding: 0.8rem 0 1.2rem !important;
}

/* ê²°ê³¼íŽ˜ì´ì§€ - ë¡œê·¸ì¸ ì•ˆ í–ˆì„ ê²½ìš° */

.game-result .login-tab-section {
  position: relative;
  margin-top: 1.5rem;
  height: 16.5rem;
  text-align: center;
  margin-bottom: -1.2rem !important;
}

.share-sns-list {
  margin: 0rem !important;
}

.game-result .login-tab-section .save-button {
  width: 70%;
  margin-top: 0.3rem;
  display: inline-block;
  line-height: 2.5rem;
  background-color: #f12948;
  color: #ffffff;
  border: 0.1rem solid #000000;
  border-radius: 3rem;
  box-shadow: 0.15rem 0.15rem #000000;
  font-size: 1.1rem;
  font-family: 'jalnan', sans-serif;
  cursor: pointer;
}

.game-result .login-tab-section .login-tab-bubble {
  width: 70%;
  margin-top: 0.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.game-result .login-tab-section .login-tab-bubble &gt; img {
  width: 100%;
}

/* ê²°ê³¼íŽ˜ì´ì§€ - ë¡œê·¸ì¸ í–ˆì„ ê²½ìš° */

.game-result .bottom-bubble-section {
  text-align: center;
  margin: 2rem 0 3rem 0;
  width: 100%;
}

.game-result .character-bubble {
  width: 60%;
  margin: 0 auto;
}

.game-result .character-image {
  width: 18%;
  margin: 0 auto;
}

.game-result .bottom-bubble-section .character-bubble &gt; img,
.game-result .bottom-bubble-section .character-image &gt; img {
  width: 100%;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/*  ranking */

.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: #ff8c9f !important;
}

.test-lists-wrap .rankingBox .list_content_title &gt; ul &gt; li {
  background-color: #ffffff;
  font-size: 0.75rem;
}

.rankingBox .topRanking ul li.answer {
  opacity: 0;
}

.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li &gt; ul &gt; li:nth-of-type(3) {
  padding-right: 0.3rem;
}

.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li &gt; ul &gt; li:nth-of-type(4) {
  padding-bottom: 0.1rem;
}

.test-lists-wrap .rankingBox div &gt; ul &gt; li &gt; ul {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li {
  background-color: #fafafa;
}

.test-lists-wrap .rankingBox div &gt; ul &gt; li &gt; ul &gt; li:nth-of-type(4) .go-answer-btn {
  width: 80%;
  height: 1.4rem;
  margin-left: 0.4rem;
  font-family: 'Jalnan';
  font-size: 0.75rem;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0.3rem;
  box-shadow: 0.1rem 0.1rem #000000;
  border: 0.07rem solid #000000;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(1) {
  background-color: #f12948;
  color: #ffffff;
}

.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(2) {
  background-color: #ff8c9f;
}

.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(3) {
  background-color: #ffbdc9;
}

.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(1) &gt; ul &gt; li:nth-of-type(1)::after,
.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(2) &gt; ul &gt; li:nth-of-type(1)::after,
.test-lists-wrap .rankingBox .list_content_div &gt; ul &gt; li:nth-of-type(3) &gt; ul &gt; li:nth-of-type(1)::after {
  content: '';
  padding-right: 1rem;
  top: 0.02rem;
  left: 0.8rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 65%;
}

.rankingBox .list_content_div {
  height: 27rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.rankingBox .btn_refresh &gt; img {
  width: 100%;
}

/* ë‹µë³€ íŽ˜ì´ì§€ */

.game-answer {
  height: auto;
  padding: 2rem 20px 3rem;
  text-align: center;
}

.app-main.answer-bg {
  background-color: #f12948;
}

.game-answer .answer-list-icon {
  width: 3.5rem;
  margin: 0 auto 0.5rem;
}

.game-answer .answer-list-icon &gt; img {
  width: 100%;
}

.game-answer .maker-test-block {
  font-family: 'Jalnan';
  color: #000000;
}

.game-answer .maker-test-block .maker-name {
  color: #ffffff;
}

.game-answer .open-answer {
  font-family: 'Jalnan';
  font-size: 2.25rem;
  color: #ffffff;
  text-shadow: -1.5px -1.5px 0 #000000, 1.5px -1.5px 0 #000000, -1.5px 1.5px 0 #000000, 1.5px 1.5px 0 #000000,
    0.15rem 0.15rem #000000;
}

.game-answer .player-name-box {
  background-color: #ffebef;
  display: inline-block;
  border-radius: 0.3rem;
  padding: 0.4rem 0.7rem;
  font-family: 'Jalnan';
  font-size: 0.85rem;
  margin: 1.5rem 0;
  color: #000000;
}

.game-answer .question-answer-box {
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0.6rem;
  border: 0.15rem solid #000000;
  box-shadow: 0.18rem 0.18rem #000000;
  margin-bottom: 1rem;
}

.game-answer .question-answer-box:last-of-type {
  margin-bottom: 0rem;
}

.game-answer .question-answer-box .question-text {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.game-answer .question-answer-box .question-option {
  display: inline-block;
  width: 9rem;
  height: 10rem;
  border-radius: 1rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0.3rem 0;
  padding: 0;
  border: 0.1rem solid #e1e1e1;
  box-sizing: content-box;
}

.game-answer .image-step-15 .question-option {
  width: 6rem !important;
}

.game-answer .question-answer-box .question-option &gt; p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  padding: 0.3rem;
  background-color: #ffffff;
  border-radius: 0 0 0.85rem 0.85rem;
  font-size: 0.75rem;
}

.game-answer .question-answer-box .question-option.right &gt; p {
  background-color: #ffd6dc;
}

.game-answer .question-answer-box .question-option.wrong &gt; p {
  background-color: #fffdeb;
}

.game-answer .question-answer-box .question-option.right {
  border: 0.1rem solid #ff7b90;
  background-color: #ffd6dc;
}

.game-answer .question-answer-box .question-option.wrong {
  border: 0.1rem solid #ffcb44;
  background-color: #fffdeb;
}

.game-answer .question-answer-box .question-option.right:after {
  content: '';
  position: absolute;
  right: 0.7rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game77/icon/O.png');
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 15%;
  transform: translateY(-50%);
}

.game-answer .question-answer-box .question-option.wrong:after {
  content: '';
  position: absolute;
  right: 0.7rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game77/icon/X.png');
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 15%;
  transform: translateY(-50%);
}

.myroom-popup .popup.my_pop .btn_retest {
  background-color: #f12948 !important;
  color: white !important;
}
</pre></body></html>