html,
body {
	background-image: url("https://bog-body.neocities.org/guestpage/windows.png");
	background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
}

p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0px 0px;
}

.chat{
  display: inline-block;
  width: 100%;
}

#guestbook{
  display: block;
  width: 500px;
  height: 700px;
  margin: 0 auto;
}

.counter{
  position: absolute;
 	top: 4vh;
	left: 70vw;
	height: 25vh;
}

.text{
 top: 13vh;
 left: 77vw;
 position: absolute;
 font-family: timesnewroman;
 font-color: dark grey;
}

.sitebutton{
 width: 88px;
  height: 31px;
}

.explore{
  max-width: 20vw;
  height: 20vh;
  position: absolute;
  top: 40vh;
  left: 70vw;
  color: white;
  font-family: timesnewroman;
  font-size: 15px;
}