    	@-webkit-keyframes snowflakes-fall {
		0% {
			top: -10%
		}
		100% {
			top: 100%
		}
	}
	@-webkit-keyframes snowflakes-shake {
		0%,
		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0)
		}
		50% {
			-webkit-transform: translateX(80px);
			transform: translateX(80px)
		}
	}
	@keyframes snowflakes-fall {
		0% {
			top: -10%
		}
		100% {
			top: 100%
		}
	}
	@keyframes snowflakes-shake {
		0%,
		100% {
			transform: translateX(0)
		}
		50% {
			transform: translateX(80px)
		}
	}
	
	.snowflake {
		position: fixed;
		top: -10%;
		z-index: 9999;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-animation-name: snowflakes-fall, snowflakes-shake;
		-webkit-animation-duration: 10s, 3s;
		-webkit-animation-timing-function: linear, ease-in-out;
		-webkit-animation-iteration-count: infinite, infinite;
		-webkit-animation-play-state: running, running;
		animation-name: snowflakes-fall, snowflakes-shake;
		animation-duration: 10s, 3s;
		animation-timing-function: linear, ease-in-out;
		animation-iteration-count: infinite, infinite;
		animation-play-state: running, running
	}	
	.snowflake:nth-of-type(0) {
		left: 1%;
		-webkit-animation-delay: 0s, 0s;
		animation-delay: 0s, 0s
	}
	.snowflake:nth-of-type(1) {
		left: 10%;
		-webkit-animation-delay: 1s, 1s;
		animation-delay: 1s, 1s
	}
	.snowflake:nth-of-type(2) {
		left: 20%;
		-webkit-animation-delay: 6s, .5s;
		animation-delay: 6s, .5s
	}
	.snowflake:nth-of-type(3) {
		left: 30%;
		-webkit-animation-delay: 4s, 2s;
		animation-delay: 4s, 2s
	}
	.snowflake:nth-of-type(4) {
		left: 40%;
		-webkit-animation-delay: 2s, 2s;
		animation-delay: 2s, 2s
	}	
	.snowflake:nth-of-type(5) {
		left: 50%;
		-webkit-animation-delay: 8s, 3s;
		animation-delay: 8s, 3s
	}
	.snowflake:nth-of-type(6) {
		left: 60%;
		-webkit-animation-delay: 6s, 2s;
		animation-delay: 6s, 2s
	}
	.snowflake:nth-of-type(7) {
		left: 70%;
		-webkit-animation-delay: 2.5s, 1s;
		animation-delay: 2.5s, 1s
	}
	.snowflake:nth-of-type(8) {
		left: 80%;
		-webkit-animation-delay: 1s, 0s;
		animation-delay: 1s, 0s
	}
	.snowflake:nth-of-type(9) {
		left: 90%;
		-webkit-animation-delay: 3s, 1.5s;
		animation-delay: 3s, 1.5s
	}
	.snowflake:nth-of-type(10) {
		left: 25%;
		-webkit-animation-delay: 2s, 0s;
		animation-delay: 2s, 0s
	}
	.snowflake:nth-of-type(11) {
		left: 65%;
		-webkit-animation-delay: 4s, 2.5s;
		animation-delay: 4s, 2.5s
	}

  /* Rest of it */
    body {
    margin: 0;
    padding: 0;
    color: black;
	font-weight: bold;
	text-shadow: 
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
  	font-family: Verdana;
    text-align: justify;
    font-size: .85rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    cursor: url("cursor.png"), auto;
    scrollbar-color: #f0d90e #fff492;
}
/* Headers */
h1 {
  font-family: "Protest Revolution", sans-serif;
  font-size: 5vh;
  color: #ffd20c;
  margin: 0;
  text-align: center;
  }
h2 {
  font-family: "Protest Revolution", sans-serif;
  font-size: 2.5vh;
  color: #ffd20c;
  margin: 0;
  }
	h4 {
		color: #7c2f4c;
		margin: 0;
		padding: 0;
		text-align: center;
	}
    .page {
        overflow: scroll;
		position: absolute;
		top: 2rem;
        width: 40vw;
        height: 90vh;
        align-content: center;
        justify-content: center;
		padding: 20px;
		padding-bottom: 25px;
		background-color: #ffffff38;
    }
	.botimgleft {
	  z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    .topimg {
		z-index: 2;
      position: absolute;
      top: 0;
      right: 1rem;
    }
	.decal {
		z-index: 1;
		pointer-events: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}


	details>summary {
	list-style-type: none;
	}
	details>summary::-webkit-details-marker {
	display: none;
	}
	details>summary::before {
	content: '☀︎';
	}
	details[open]>summary::before {
	content: '☼';
	}
	details {
	border: 2px dotted #bb6385;
	border-radius: 13px;
	padding: 0.25rem;
	text-align: justify;
	font-size: 1.5vh;
	}
	summary {
    font-size: 1.75vh;
    padding: 0;
	text-align: center;
	font-weight: bolder;
}
	details[open]>summary {
	margin-bottom: 0.5rem;
	}

/* Bubble yugen */
.bubble {
	z-index: 2;
	position: absolute;
	text-align: center;
    bottom: 20rem;
    left: 13rem;
	font-size: 1.5vh;
	background: #759e04;
	border: 2px solid #abe900;
	width: 15em;
	height: auto;
	background-color: #add10e;
    border-radius: 13px;
    box-shadow: 0px -1px 50px 0px #558607 inset, 0px -1px 20px 0px rgba(117, 158, 4,1);
    -webkit-box-shadow: 0px -1px 50px 0px #558607 inset, 0px -1px 20px 0px rgba(117, 158, 4,1);
    -moz-box-shadow: 0px -1px 50px 0px #558607 inset,0px -1px 20px 0px rgba(117, 158, 4,1);
    padding: 0.5rem;
}

.bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #abe900;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
}

/* Bubble katsu */
.bubble2 {
	z-index: 2;
	position: absolute;
	text-align: center;
    top: 1rem;
    right: 1rem;
	font-size: 1.5vh;
	background: #edeffa;
	border: 2px solid #5a5a5a;
	width: 12em;
	height: auto;
	background-color: #edeffa;
    border-radius: 13px;
    box-shadow: 0px -1px 50px 0px #929292 inset, 0px -1px 20px 0px rgb(34, 34, 34);
    -webkit-box-shadow: 0px -1px 50px 0px #929292 inset, 0px -1px 20px 0px rgba(34, 34, 34,1);
    -moz-box-shadow: 0px -1px 50px 0px #929292 inset,0px -1px 20px 0px rgba(34, 34, 34,1);
    padding: 0.5rem;
}

.bubble2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #5a5a5a;
	border-left: 0;
	margin-top: -20px;
	margin-left: -20px;
}

/* Media Small screen */
    @media (max-width: 1400px) {
		.botimgleft, .topimg {
			width: 300px;
			height: auto;
		}
		.botimg, .midtopimg {
			width: 150px;
			height: auto;
		}
	}
/* Media Phone */
    @media (max-width: 700px) {
		body {
			margin: 0;
    padding: 0;
	margin: 0;
    color: black;
  	text-shadow: none;
	font-family: Verdana;
    text-align: justify;
    font-size: .85rem;
    height: 100vh;
    overflow: scroll;
		}
      .page {
		display: flex;
        flex-direction: column;
		padding: 1rem;
        width: 98vw;
        height: 98vh;
        margin: 1vh;
        background-color: #ffffff8f;
      }
    .botimg, .decal, .topimg, .botimgleft, .botimgright, .topimgleft, .bubble, .bubble2, .midtopimg {
      display: none;
    }
    }

/* Animated BG */
.container {
  z-index: -1;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: auto;
}
.sliding-background {
  background: url("/sunturn/sunturnbg.png") repeat-x;
  height: 1080px;
  width: 11520px; /* IMGx3 */
  animation: slide 660s linear infinite;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3840px, 0, 0); /* The image width */
  }
}