* {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Standard syntax */

}

:root {
    --text-primary: #C7C7C7;
    --text-secondary: #C7B1C7;
    --text-trimary: #141314;
    --bg-primary: #2B272B;
    --bg-secondary: #595159;
    --bg-trimary:  #0d0c0d;
    --buttons1: #758db9;
    --buttonshover: #617597;
    --pink: #ffc0cb;
}


.prim {
  bottom: 0;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  
}



.jolly-lodger-regular {
  font-family: "Jolly Lodger", system-ui;
  font-weight: 400;
  font-style: normal;
}




.imvubuttons {
  width: 307.814px; 
  height: 256px; 
  transform: scale(0.671868, 0.671868); 
  transform-origin: 0px 0px;
  text-align: center;
}




.titletext {
  font-size: 21px;
  margin-top: 6px;
  position: relative;
  font-family: "Short Stack", cursive;
}

.titletext2 {
  font-size: 20px;
  font-style: normal;
  color: rgb(0, 0, 0);
  rotate: 3deg;
  margin-top: -1px;

  font-family: "Short Stack", cursive;
  white-space: nowrap;
}

.ulist {
  font-size: 15px;
  line-height: 1px;
  text-align: left;
  transform: rotate(-4.83283deg);
  margin-left: 33rem;
  padding-top: 31rem;
  font-family: "Sofadi One", system-ui;
}



.home {
  font-size: 200px;
  width: 200px;
  height: 200px;
  transform: scale(0.458626, 0.458626);
  transform-origin: 0px 0px;
  z-index: 20;
  border: 0;
  background-color: #00000000;
  cursor: pointer;
}

.castle {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}


.home:hover .image {
  opacity: 0.3;
}

.home:hover .middle {

  animation: fadeIn 8s ease-in-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


.stampbox {
  background: #66a6bd;
  width: 756.171px;
  height: 256px;
  transform: scale(0.458626, 0.458626);
  transform-origin: 0px 0px;
  font-size: 69px;
  z-index: 12;

}

.cliques {
  background: #66a6bd;
  width: 756.171px;
  height: 256px;
  transform: scale(0.458626, 0.458626);
  transform-origin: 0px 0px;
  font-size: 69px;

}

.jittery span {
  animation: jitter 200ms linear infinite;
  display: inline-block;
  font-size: 69px;
}

@keyframes jitter {
  50% {
    transform: skewY(0.7deg) skewX(-0.7deg) scale(1.006);
  }
}


.othersites {
 
  width: 256px;
  height: 652.81px;
  transform: scale(0.504157, 0.504157);
  transform-origin: 0px 0px;
  border: 18px double var(--pink);
  border-radius: 2px;
  background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/73128237_aGUKd21pOvrp0ne.png?1721221717');  
  background-repeat: repeat;
  background-size: contain;

}

.osm {
  display: flex;
  text-align: center;
}


.positioner {
  cursor: auto;
  outline: none;
  position: absolute;
}

.svgfix,
.clippathfix1 {
  position: absolute;
}

.navbody {
  background: var(--text-secondary);
  width: 458.425px;
  height: 256px;
  transform: scale(1.39089, 1.39089);
  transform-origin: 0px 0px;
  border: dashed white 2px;
  border-radius: 10px;
  justify-content: center;
   display: flex;
}

.container {
  background: var(--bg-primary);
  width: 97%;
  height: 97%;
  margin: auto;
  border-radius: 5px;
  justify-content: center;
  display: flex;
}

 #scroller {
    background-color: var(--bg-trimary);
    border: 0px;
    width: 95%;
    height: 95%;
    padding: 0px;
    outline: 0px;
    margin: auto;
    
}


#btn1 {
  margin-left: 1rem;
  margin-top: 0.5rem;
}

#btn2 {
  margin-left: 1rem;
}

#btn3 {
  margin-left: 1rem;
}


.btn-wrap {
  position: absolute;
}

.btn {
  height: 55px;
  width: 175px;
  border-radius: 120px;
  background: var(--buttons1);
  color: var(--text-trimary);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  font-family: "Short Stack", cursive;
}

.btn:hover {
  background: var(--buttonshover);
}



.imgfix {
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.avi {
  display: block;
  height: 100%;
  width: 100%;
}

.paperheightreadjust {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body {
  overflow: hidden;
  touch-action: manipulation;
}
html {
  font-size: 62.5%;
}
