.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html {
  scrollbar-color: #f00 #1A0800;
}

body {
  scrollbar-width: thin;
  font-size: 1rem;
  /* margin-left: 20px; */
  background-color: #181a1b !important;
}

h1, h2, h3, h4, h5, h6 {
  background: linear-gradient(#ffe300, #f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

p {
  color: #f7900c;
}

label {
  color: #f7900c;
}
/*///////////////EDIT THIS - MAKE BUTTON ON VALIDATION PAGE MATCH TEXT BOX SIZE*/

.smallFieryButton {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(144deg,#ffe300 15%,#f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  min-width: 70px;
  padding: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  outline: 0;
}

.smallFieryButton.inline {
  position: absolute;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 1rem;
}

.smallFieryButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A0800;
  border-radius: 10px;
  z-index: -1;
}

.fieryButton {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(144deg,#ffe300 15%,#f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  height: 54px;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  outline: 0;
}

.fieryButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A0800;
  border-radius: 10px;
  z-index: -1;
}

.fieryButton:disabled {
  background: linear-gradient(144deg, #ffe300 15%, #f00);
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.fieryButton:disabled:after {
  background: #000000;
}

.feedback {
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 8px;
}

.feedback.valid {
  color: green;
}

.feedback.invalid {
  color: red;
}

.embolden {
  font-weight: bold;
}
