body.Location-page {
  background-image: url("../images/backgrounds/c.c.main.2.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ff3c00;
  min-height: 200vh;
  font-family: 'Arial', sans-serif;
}

.page-content {
  min-height: 200vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 160px;
  box-sizing: border-box;
}

.riddle-box {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px 40px;
  border: 3px solid darkred;
  border-radius: 12px;
  box-shadow: 0 0 25px crimson;
  color: #f5d76e;
  max-width: 750px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}

#secret-input {
  padding: 12px;
  font-size: 1.1rem;
  margin-top: 20px;
  width: 70%;
  border: 2px solid crimson;
  background-color: #1a1a1a;
  color: #f5d76e;
  border-radius: 5px;
}

#secret-input::placeholder {
  color: #aa6666;
}

button {
  margin-top: 15px;
  padding: 10px 25px;
  font-size: 1.1rem;
  background-color: darkred;
  color: #f5d76e;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0 10px red;
}

button:hover {
  background-color: #8b0000;
  box-shadow: 0 0 20px crimson;
}

.hidden-response {
  margin-top: 20px;
  color: #ff3c00;
  font-weight: bold;
  font-size: 1.2rem;
  display: none;
}
