body {
  background: #630b0e;
  color: #fcfcfc;
}
.modified-nav {
  background: linear-gradient(40deg, #a11626, #871f15);
  color: #fcfcfc;
}
a.navbar-brand {
  color: #fcfcfc;
}
a.navbar-brand:hover {
  color: #fcfcfc;
}
span.logo-font {
  font-family: 'Noto Serif KR', serif;
  font-family: 'Protest Revolution', sans-serif;
  font-size: 1.4em;
}
h2.display-welcome {
  font-family: 'Noto Serif KR', serif;
  font-family: 'Protest Revolution', sans-serif;
}
.article-body p {
  color: #fcfcfc;
}
a.navbar-text {
  color: #da9c7d;
}
a.navbar-text i {
  color: #da9c7d;
}
ul.navbar-nav li a.nav-link {
  color: #fcfcfc;
}
ul.navbar-nav li a.nav-link:hover,
ul.navbar-nav li a.nav-link.active {
  color: #da9c7d;
}
table.prize-table thead th {
  background: none;
  color: #fcfcfc;
}
table.prize-table thead th.result-head {
  color: #da9c7d;
  font-size: 1.2em;
}
table.prize-table thead th.result-head-1 {
  color: #da9c7d;
  font-size: 1.2em;
  background: #fcfcfc;
}
table.prize-table tbody td {
  background: none;
  color: #fcfcfc;
}
table.prize-table tbody td.result-title {
  color: #da9c7d;
}
ul.starter-digit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.modified-footer {
  background: linear-gradient(40deg, #a11626, #871f15);
  color: #fcfcfc;
}
footer.modified-footer p {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* CSS */
.button-75 {
  align-items: center;
  background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Codec cold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: 0.4px;
  line-height: 1;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-75:active {
  outline: 0;
}
.button-75:hover {
  outline: 0;
}
.button-75 span {
  transition: all 200ms;
}
.button-75:hover span {
  transform: scale(0.9);
  opacity: 0.75;
}
@media screen and (max-width: 991px) {
  .button-75 {
    font-size: 15px;
    height: 50px;
  }
  .button-75 span {
    line-height: 50px;
  }
}
.input-group-append {
  cursor: pointer;
}
table.livedraw-table thead th {
  background: none;
  color: #fcfcfc;
  padding: 1em 0em;
}
table.livedraw-table tbody td {
  background: none;
  color: #fcfcfc;
  padding: 1em 0em;
}
ul.first-prize-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0;
}
ul.first-prize-list li {
  width: 30px;
  height: 30px;
  background: #da9c7d;
  color: #030201;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.25em;
}
ul.starter-prize-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
}
ul.starter-prize-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
ul.starter-prize-list li span.small-ball {
  width: 25px;
  height: 25px;
  background: #fcfcfc;
  color: #030201;
  border-radius: 50%;
  margin: 0 0.25em;
}
