.content{
    margin-top: 60px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Ensure the content takes up as much space as possible */
.wrapper > *:not(.footer) {
  flex: 1;
}

.footer {
    padding: 10px 0;
    margin-top: 20px;
    width: 100%;
}

.full-page-background {
  background: url("../images/pubg.81e40e7718e9.jpg") no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

@media (prefers-color-scheme: dark) {
    .iti {
      --iti-border-color: #5b5b5b;
      --iti-dialcode-color: #999999;
      --iti-dropdown-bg: #0d1117;
      --iti-arrow-color: #aaaaaa;
      --iti-hover-color: #30363d;
    }
  }