body {
  background-color: black;
  overflow-x: hidden;
  text-align: center;
  transition: background-color 1s ease;
}

h2 {
  color: white;
  text-align: center;
  font-size: 40px;
}

h3 {
  color: white;
  text-align: center;
  font-size: 30px;
  animation: fade-in 1s ease;
}

.intro {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.intro h1 {
  color: white;
  text-align: center;
  font-size: 80px;
  font-family: "Press Start 2P";
  animation: wobbly 1s ease infinite;
}
.intro .git_branch {
  position: absolute;
  width: 50px;
  height: 40px;
}
.intro .sword_r {
  position: absolute;
  width: 100px;
  height: 100px;
}
.intro .current_event {
  position: absolute;
  width: 100px;
  height: 100px;
}

.gender {
  text-align: center;
}

.customisation {
  border-radius: 30px;
  padding-top: 20px;
  margin: auto;
  width: 300px;
  height: 50px;
}
.customisation #temp_img {
  width: 100px;
  height: 110px;
}
.customisation img {
  border-radius: 15px;
}
.customisation img:hover {
  background-color: #B31312;
  transition: background-color 0.5s;
  border-radius: 15px;
}

.x .btn.btn-danger {
  width: 300px;
  height: 50px;
  border-radius: 20px;
}
.x .btn.btn-dark {
  margin-top: 5px;
  width: 300px;
  height: 50px;
  border-radius: 20px;
}
.x .btn.btn-warning {
  position: absolute;
  margin-top: 15px;
  margin-left: 10px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  box-shadow: 0px 0px 0px black;
  transition: box-shadow 0.5s;
}
.x .btn.btn-warning:hover {
  box-shadow: 0px 0px 10px gold;
  transition: box-shadow 0.5s;
}
.x .input-group:hover {
  padding-top: 5px;
  transition: padding-top 0.5s;
}
.x .input-group {
  padding-top: 0px;
  transition: padding-top 0.5s;
}
.x .enter_name {
  padding-top: 100px;
  width: 300px;
  margin: auto;
}
.x .enter_pass {
  width: 300px;
  margin: auto;
}
.x .form-control {
  width: 80px;
  height: 50px;
  text-align: center;
  background-color: black;
  border-width: thick;
  color: white;
  border-radius: 20px;
}
.x .form-control:focus {
  width: 80px;
  background: black;
  color: white;
  outline: none !important;
  border-color: #C70039;
  box-shadow: 0 0 10px red;
}
.x .form-control::placeholder {
  color: #61677A;
}
.x .custom-tooltip {
  --bs-tooltip-bg: red;
  --bs-tooltip-color: var(--bs-red);
}
.x .play {
  text-align: center;
}

.btn.btn-outline-light {
  width: 200px;
  height: 25px;
  border-radius: 30px;
}

.leaderboard {
  padding-top: 5px;
  text-align: center;
}

.tips_container {
  height: 1px;
  padding-top: 10px;
}
.tips_container .tips {
  text-align: center;
  color: #D8D9DA;
  font-family: "JetBrains Mono";
}

.version {
  text-align: center;
  color: #61677A;
}

.footer_area {
  background-color: #0F0F0F;
  height: 350px;
  text-align: center;
}
.footer_area .nav {
  justify-content: center;
  border-width: 0px;
}
.footer_area .nav .nav-item .nav-link {
  color: white;
  font-weight: bold;
  background-color: #0F0F0F;
  border-width: 0px;
  transition: color 0.5s;
}
.footer_area .nav .nav-item .nav-link:hover {
  color: red;
  transition: color 0.5s;
}
.footer_area .nav .nav-item #premium-tab:hover {
  color: gold;
  transition: color 0.5s;
}
.footer_area .pagination {
  margin: auto;
  justify-content: center;
}
.footer_area .pagination .page-link {
  color: red;
}
.footer_area .carousel {
  border-radius: 55px 55px 55px 55px;
  overflow: hidden;
  width: 500px;
  margin: auto;
}
.footer_area .sword {
  position: absolute;
  padding-bottom: 60px;
  width: 200px;
  height: 200px;
}
.footer_area .footer_header {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.footer_area .footer_para {
  width: 400px;
  text-align: center;
  margin: auto;
  font-size: 16px;
  color: #F6F1F1;
}
.footer_area .overflow-auto {
  max-width: 260px;
  max-height: 200px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.crown_div {
  background-color: rgb(10, 0, 0);
}
.crown_div .crown {
  width: 50px;
  height: 50px;
}

.rankings {
  height: 50px;
  background-color: rgb(10, 0, 0);
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.rankings .sword_tilt_l {
  margin-right: 350px;
  position: absolute;
  width: 100px;
  height: 100px;
  animation: rotate 0.6s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.rankings .sword_tilt_r {
  margin-left: 350px;
  position: absolute;
  width: 100px;
  height: 100px;
  animation: rotate 0.6s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.rankings_data {
  background-color: rgb(10, 0, 0);
  height: 350px;
}
.rankings_data .btn {
  width: 180px;
  animation: fade-in 0.8s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.winged_div {
  background-color: rgb(10, 0, 0);
  height: 100px;
}
.winged_div .winged {
  width: 100px;
  height: 100px;
}

.search {
  background-color: #0F0F0F;
  height: 300px;
  justify-content: center;
}
.search .form-control {
  width: 300px;
  height: 50px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 10px 10px 10px #C70039;
  border-style: double;
  margin: auto;
}
.search .btn-outline-dark {
  width: 150px;
  height: 40px;
  border-radius: 15px;
}

.page_down_2 {
  height: 630px;
  background-color: rgb(10, 0, 0);
}
.page_down_2 h4 {
  font-size: 20px;
  margin: auto;
  color: #F5F7F8;
  background-color: rgb(10, 0, 0);
}
.page_down_2 .form-label {
  text-align: center;
  color: white;
}
.page_down_2 .form-control {
  width: 400px;
  margin: auto;
  text-align: center;
  border-radius: 20px;
}
.page_down_2 .input-group {
  width: 400px;
  margin: auto;
  border-radius: 20px;
}
.page_down_2 .cross_swords {
  width: 60px;
  height: 60px;
}
.page_down_2 .nav.nav-underline {
  justify-content: center;
}
.page_down_2 .nav-link {
  color: #BE3144;
}

#cursor {
  background: white;
  margin-left: 3px;
  -webkit-animation: blink 0.8s infinite;
  width: 7px;
  height: 30px;
}

.container {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.skull {
  width: 100px;
  height: 100px;
  margin-top: 20%;
}

.bottom-left {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  border-radius: 10px;
  box-shadow: 0px 0px 10px red;
}

.countdown {
  margin-top: 1%;
  display: flex;
  justify-content: center;
}

.load {
  display: flex;
  justify-content: center;
  color: white;
}
.load #spin {
  margin: auto;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 40px red;
  background-color: red;
}

.back_g {
  position: relative;
}
.back_g .in_container {
  display: flex;
  justify-content: center;
  padding-top: 700px;
}
.back_g .in {
  width: 450px;
  height: 50px;
  border-radius: 10px;
  border-width: medium;
  border-style: outset;
  text-align: center;
  text-decoration: underline;
}
.back_g .progress {
  width: 400px;
  height: 80px;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 10px 10px 10px black;
}
.back_g h1 {
  padding-top: 20px;
  color: white;
  font-family: "Press Start 2P";
  font-size: 80px;
  background-color: inherit;
}
.back_g #p1_user {
  color: #D8D9DA;
  text-align: left;
  padding-left: 10px;
  font-size: 30px;
}
.back_g #p2_user {
  color: #D8D9DA;
  text-align: right;
  padding-right: 10px;
  font-size: 30px;
}

@-webkit-keyframes blink {
  0% {
    background: #222;
  }
  50% {
    background: white;
  }
  100% {
    background: #222;
  }
}
@keyframes wobbly {
  0% {
    font-size: 70px;
    color: white;
  }
  50% {
    font-size: 80px;
    color: #D80032;
  }
  100% {
    font-size: 70px;
    color: white;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

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