.image1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.image2 {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100vh;
  opacity: 0.43;
}

.placeit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.botput {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.bodyprops {
  font-family: PrototypeAuto;
  color: var(--bs-black);
}

.setwidth {
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 2px;
}

@media (min-width: 576px) {
  .contyprops {
    background: rgba(35,60,104,0.19);
    border-style: none;
    border-radius: 20px;
  }
}

a:link {
  color: #FFFFE0;
  background-color: transparent;
  text-decoration: none;
  white-space: nowrap;
}

a:visited {
  color: #FFFFE0;
  background-color: transparent;
  text-decoration: none;
  white-space: nowrap;
}

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

a:active {
  color: #FFFFE0;
  background-color: transparent;
  text-decoration: none;
  white-space: nowrap;
}

.roundy {
  border-radius: 3px;
}

.headprops {
  font-family: PrototypeAuto;
  text-align: center;
  color: var(--bs-secondary);
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  html, body {
    height: auto;
    overflow-y: auto !important;
  }
}

/* Let content participate in normal flow instead of being fixed */

@media (max-width: 768px) {
  .placeit, .botput {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }
}

@media (max-width: 768px) {
  .botput {
    position: relative;
    left: auto;
    transform: none;
    margin: 1.25rem auto 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .botput .setwidth {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  .botput {
    position: relative;
    left: auto;
    transform: none;
    margin: 1.25rem auto 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .botput .setwidth {
    margin-bottom: 0.5rem;
  }
}

