    @import url('https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;0,700;1,400;1,700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Freckle+Face&family=Handjet:wght@100..900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Jua&family=Patrick+Hand+SC&family=Roboto+Slab:wght@100..900&display=swap');
.patrick-hand-sc-regular {
  font-family: "Patrick Hand SC", cursive;
  font-weight: 400;
  font-style: normal;
}
.jua-regular {
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-slab-uniquifier {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
  margin: 0;
  height: 100vh;
  /*background-color: #938B78;*/
  background-image: url('/squeanetbg3.png');
  background-repeat: repeat;
  background-position: top left;
  background-size: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url(''), auto;
  /* credit for cursor: adrenochromedream on https://www.rw-designer.com/cursor-detail/119374 */
}

a {
  text-decoration: none;
}

#back{
  font-family: "Jua";
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 900px;
  color: #3a403e;
  background: #d298a5;
  border: double 6px #3a403e;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 0px #d2d5c5) drop-shadow(-2px -2px 0px #d2d5c5) drop-shadow(2px -2px 0px #d2d5c5) drop-shadow(-2px 2px 0px #d2d5c5);
  padding: 2px;
  width: 100px;
  text-align: center;
}

#back:hover{
  filter: brightness(90%) saturate(140%) drop-shadow(2px 2px 0px #d2d5c5) drop-shadow(-2px -2px 0px #d2d5c5) drop-shadow(2px -2px 0px #d2d5c5) drop-shadow(-2px 2px 0px #d2d5c5);
}

#atabook{
  width: 800px;
  height: 640px;
  overflow:auto;
  background: #e4e9d3;
  border:double 6px #3a403e;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 0px white);
}

.letters img{
  width: 100px;
  position: absolute;
  opacity: 0.5;
  animation: waving 2s infinite alternate ease-in-out;
}

@keyframes waving {
  0% {
    transform: rotate(10deg);
  }
  100%{
    transform: rotate(-10deg);
  }
}

#gb-g {
  left: 230px;
  top: 50px;
}

#gb-u{
  left: 230px;
  top: 230px;
}

#gb-e {
  left: 230px;
  top: 390px;
  width: 90px;
}

#gb-s {
  left: 230px;
  top: 600px
}

#gb-t {
  left: 230px;
  top: 800px;
  width: 110px;
}

#gb-b {
  left: 1600px;
  top: 50px;
}

#gb-o1 {
  left: 1600px;
  top: 230px;
}

#gb-o2 {
  left: 1600px;
  top: 420px;
}

#gb-k {
  left: 1600px;
  top: 600px;
}

#gb-cat {
  left: 1600px;
  top: 790px;
  width: 130px;
}






