body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: sans-serif;
  overflow-x: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
  z-index: 9999;
}

header {
  text-align: center;
  margin-top: 30px;
}

.doorfor1title {
  text-align: center;
  color: white;
}

.discordbutton,
.hoa-button {
  background-color: #5865F2;
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(70, 80, 186);
  width: 120px;
  height: 35px;
  border-radius: 8px;
  margin: 10px;
  transition: 0.3s;
}

.discordbutton:hover,
.hoa-button:hover {
  opacity: 0.7;
  cursor: pointer;
  box-shadow: #5865F2B3 0px 0px 16px 2px;
}

.rattedfor1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 512px;
  height: 256px;
}

.caption {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}

.techfor1isaskid {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-width: 100%;
}
