body {
  background: url('../images/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a.logo-section {
  font-family: "Righteous", sans-serif;
  font-size: 1.5em;
  color: #fefefe;
}
.modified-navbar {
  background: linear-gradient(to right, #fdc830, #f37335);
}
.modified-navbar ul.navbar-nav li a.nav-link.active {
  color: #fefefe;
}
.modified-navbar ul.navbar-nav li a.nav-link:hover {
  color: #fefefe;
}
ul.unimportant-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.unimportant-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.1em 0em;
}
ul.unimportant-list li span {
  border-radius: 50%;
  background: #b8342b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 25px;
  height: 25px;
  font-size: 0.9em;
  margin: 0 0.1em;
}
.container {
  max-width: 1000px;
}
.white-bg {
  background: #fefefe;
}
.dropdown-menu {
  width: 100%;
}
ul.prize-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}
ul.prize-list li {
  border-radius: 50%;
  background: #006d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 35px;
  height: 35px;
  margin: 0 0.25em;
}
ul.prize-list2 {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}
ul.prize-list2 li {
  border-radius: 50%;
  background: #006d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  width: 25px;
  height: 25px;
  margin: 0 0.25em;
}
ul.starter-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.starter-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.1em 0em;
}
table.prizes-table thead th {
  text-align: center;
}
table.table-megamenu {
  width: 100%;
}
table.table-megamenu thead th {
  text-align: center;
  font-size: 0.8em;
}
table.table-megamenu tbody td {
  font-size: 0.7em;
}
.footer-section {
  background: #006d6d;
}
.footer-section p {
  margin: 0;
  color: #fefefe;
  padding: 0;
  text-align: center;
}
/* CSS */
.button-68 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}
.button-68:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.35s;
}
.button-68:active {
  transform: translateY(2px);
  transition-duration: 0.35s;
}
.button-68:hover {
  box-shadow: rgba(39, 174, 96, 0.2) 0 6px 12px;
}
