main {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--w);
}

.main-body {
  width: 100%;
  height: 100dvh;
}

.body1 {
  background-image: url("../imgs/wall-g.jpg");
  background-position: center;
  background-size: cover;
}

.body2 {
  background-image: url("../imgs/wall-g.jpg");
  background-position: center;
  background-size: cover;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}

#password {
  color: var(--w);
  background-color: var(--b);
  border: none;
  border-radius: 4px;
  height: 24px;
  font-size: 22px;
  margin: 4px 0 7px;
}

#password:focus-visible {
  outline-color: #ff5722;
  border-color: #ff5722;
  box-shadow: #ff5722;
}

#submit {
  color: #ffe922;
  background-color: var(--b);
  border: none;
  border-radius: 50px;
  padding: 10px 18px;
  cursor: pointer;
}

.content-section {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.content-img {
  width: 320px;
  height: 320px;
  background-image: url(../imgs/banner-img1.jpeg);
  background-position: center;
  background-size: cover;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3.2px solid var(--w);
  border-radius: 32px;
  padding: 10px;
  background-color: #5e1e0a90;
  text-align: center;
}

.information {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
  margin: 5px 5px;
  text-align: center;
}
