.whole {
  widows: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}



.gd-box {
  margin: 10px;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

input {
  padding: 10px 15px;
  width: 100%;
  background: transparent;
  outline: none;
  border: 1px solid #B7AE7A;
  color: #B7AE7A;
  border-radius: 15px;
}



button {
  outline: none;
  border: none;
  color: black;
  padding: 15px 20px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  background: #B7AE7A !important;
  font-weight: bold;

}

button:hover {
  background: #222222 !important;
  color: white !important;
  transition: all ease 0.6s;
  border: 1px solid #B7AE7A;
}

textarea {
  width: 100% !important;
  margin: 0 auto;

}


#gd-out {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;


}


#gd-out button {
  margin-top: 20px;
}

p {
  color: #B7AE7A;
  font-weight: bold;
  text-align: justify;
  padding: 10px;
}