.image1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bodyprops {
  background: #230a07;
  font-family: Prototype;
}

.image2 {
  position: absolute;
  top: 20%;
  width: 100%;
}

.image3 {
  position: absolute;
  top: 5%;
  width: 100%;
}

.settrans {
  background: rgba(255,255,255,0);
}

.setbrfont {
  font-family: Prototype;
  color: #fefce8;
}

.buttstyle {
  background: rgba(254,252,232,0.1);
  opacity: 0.88;
  border-radius: 25px;
  font-family: Prototype;
  color: var(--bs-btn-color);
}

.textboxcolour {
  color: var(--bs-body-bg);
  background: rgba(255,255,255,0);
  font-family: Prototype;
  border-width: 2px;
  border-color: #FEFCE8;
}

.setbord {
  border-radius: 15px;
  border-width: 2px;
  border-color: #FEFCE8;
}

.form-control::placeholder {
  color: var(--bs-body-bg);
  opacity: 1;
}

.bodyprops2 {
  background: #050b15;
  font-family: Prototype;
  color: #FEFCE8;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  border-color: var(--bs-btn-hover-border-color);
  background: rgba(248,194,155,0.52);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FE9783;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

@media (min-width: 960px) {
  .divprops {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(33,37,41,0.86);
    border-radius: 20px;
    text-align: center;
    margin-top: 40vh;
  }
}

@media (max-width: 960px) {
  .divprops {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(33,37,41,0.86);
    border-radius: 20px;
    text-align: center;
    margin-top: 40vh;
  }
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: dimgray;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

