.body {
  background-color: #000;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu {
  color: #fff;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.team_form {
  padding-top: 2%;
  padding-left: 10vh;
  padding-right: 10vh;
  display: block;
}

.text-form {
  color: #fff;
  display: block;
}

.text-form.wallet {
  display: none;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border-radius: 11px;
  min-height: 200px;
  display: block;
}

.textarea:active, .textarea:focus, .textarea::placeholder {
  color: #fff;
}

.textarea._1-row {
  min-height: auto;
}

.textarea.wallet {
  display: none;
}

.form_full_button {
  opacity: 1;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb-20 {
  padding-top: 1.25rem;
}

.textarea-progress {
  color: #24d430;
  background-color: #0000;
  border-radius: 11px;
  width: 100%;
  min-width: 100%;
  min-height: 200px;
}

.textarea-progress:active {
  color: #1f0;
}

.textarea-progress:focus {
  color: #41ac30;
}

.textarea-progress::placeholder {
  color: #42c933;
}

.container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_buttons {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  max-width: 500px;
  padding-left: 0%;
  display: flex;
}

.code-embed {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.select-team {
  color: #fff;
  background-color: #000;
  border-radius: 11px;
}

.text-download {
  color: #fff;
  text-decoration: none;
}

.link {
  color: #3898ec;
  text-decoration: none;
}


