body {
  background-image: url("https://boca-full-prod.s3.amazonaws.com/wp-content/uploads/2023/01/04160614/Oceanview-Guestroom-King-1-The-Boca-Raton-Beach-Club-1920x1080-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content-container {
  overflow-y: auto;
  padding: 20px;
  max-height: 80vh;
  /* Adjust this value based on your layout and screen size */
}

.container .content h3 {
  margin-top: 0;
  font-weight: 150;
  transition: background-color 0.3s, color 0.3s;
}

/* Other styles remain the same */

.content-container {
  width: 100%;
  overflow-y: auto;
  padding: 20px;
  max-height: 80vh;
  /* Adjust this value based on your layout and screen size */
}

.container {
    position: relative;
    text-align: center;
  }
  
  
  
  .container .content {
    position: absolute;
    top: 20px; /* Adjust the value as needed */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .container .content h3 {
    margin-top: 0;
    font-weight: 150;
    transition: background-color 0.3s,
    color 0.3s;
  }
  
  .container .content button {
    margin-bottom: 10px;
    color: rgb(15, 7, 102);
    
  }

  

  .container .content button {
    font-size:large;
    margin-bottom: 60px;
    font-weight: bold;
    font-style: italic;
    font-size: larger;
    
  }

  #lockStatus p{

    font-weight: 800;
    font-style: italic;
    font-size: x-large;
  }

  #profileInput,
  #amountInput,
  #codeInput {

    display: none;
  }

  .container .content input[type="text"],
.container .content input[type="number"] {
  width: 300px; /* Adjust the width as desired */
  font-size: 26px; /* Adjust the font size as desired */
  padding: 10px; /* Adjust the padding as desired */
  margin-bottom: 10px;
}

#aboutInfo p {

font-size: 26px;
font-style: italic;
font-weight: bolder;
padding: 10px;
margin-bottom: 10px;
color: rgb(9, 9, 9);

}