p{
    font-family:"consolas", sans-serif;
    font-size: 16px;
    z-index: 2;
    color: black;
}

    body {
        background-image: url('/images/visit-bg2.gif');
        background-attachment:fixed;
        margin: 0px;
    }

h1{
    font-family: Boldonse, consolas, sans-serif;
    z-index: 2;
    display: flex;
    justify-content: center;
    color: black;
}

.top-bar {
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  align-items: center;
  padding: 10px 20px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

#Info_Button {
  padding: 10px 20px;
  background-image: url(/images/circad4\ button1.png);
  background-size: cover;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  width: 200px;
  height: 75px;
  margin-left: 4%;
  margin-right: 4%;
  cursor: pointer;
  z-index: 1;
}
#Info_Button:hover {
    background-color:#17202e;
  background-blend-mode: screen;
}

#cq_Button {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  width: 200px;
  height: 75px;
  margin-left: 4%;
  margin-right: 4;
  cursor: pointer;
  z-index: 1;
  background-image: url(/images/circad4\ button1.png);
  background-size: cover;
}
#cq_Button:hover {
  background-color:#17202e;
  background-blend-mode: screen;
}

.fixed-top-image {
  position: sticky;
  top: -100px;
  left: 0;
  width: 100%;
  height: 33.33vh;
  background-image: linear-gradient(#4287f580, transparent); 
  background-size: cover;
  background-position: center;
  z-index: 0; 


  display: flex;
  justify-content: center;
}

#circad-head{
    width: 150px;
    height: 150px;
    max-width: 100%;
    cursor: pointer;
    position: fixed;
    z-index: 99;
}

#tv1{
    display: flex;
justify-content: center;
}

#center{
    display: flex;
    justify-content: center;
}

.tvclass{
  position: relative;
  width: fit-content;
  margin: 0 auto;
}


#tv-video{
  height: 420px;
  display: block;
  margin: 0 auto;
  position:absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-51%);
  z-index: 0;
}

#tvimg {
  width: 1000px;
  display: block;
  margin: 0 auto;
  transform: translateX(10px);
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.main-div{
    background-image: url("/images/circad%20bg1.png");
    background-size: cover;
    margin-left: 50px;
    margin-right: 50px;
}

#popup-image {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 200px;
  opacity: 0;           
  transition: opacity 0.5s ease;
  z-index: 1000;
}
#popup-image.show {
  opacity: 1;            
}

.wrapper1{
  position: relative;
}

.visit-box{
margin-left: 300px;
margin-right: 300px;
position: relative;
}

#guest-bg1{
  width: 910px;
  float:unset;
  margin-left: 300px;
  margin-right: 300px;
  position: absolute;
  z-index: 0;
}


#guestbook {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  font-family: sans-serif;
  transform: translateY(200px)
}

#guestbook-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 0;
  
}

.entries-area{
  background-image: url(images/guest-bg3.png);
  background-size: contain;
  width: 910px;
  transform: translateX(-17.65%);
  height: calc(90%);
  position:absolute;
  z-index: 0;
}

#entries {
  margin-top: 20px;
  z-index: 1;
  position: relative;
}

.entry {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

.guest-bg-end{
  position: absolute; 
  left: 49.2%;
  transform: translateX(-50%);
  width: 910px; 
  z-index: 1;
}