* {
	scrollbar-width: none;
}

*::selection {
  background: #F3B4D0;
  color: #ffffff;
}
*::-moz-selection {
  background: #F3B4D0;
  color: #ffffff;
}
*::-webkit-selection {
  background: #F3B4D0;
  color: #ffffff;
}

a:visited, a:link {
	color: #eb98bd;
}
	
a:hover {
  cursor: url(../images/orange-cursor1.gif), auto;/*cursor by whimsical (see credits for link!*/
}


body {
	background-image: url(../images/wood-bg-dither.png);
	cursor: url(../images/orange-cursor.gif), auto; 
	font-family: "Caveat";
	margin: 0px;
	font-size: 19px;
	line-height: 25px;
	word-spacing: 4px;
	color: black;
}

h1 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

h2 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

ul {
	padding-top: 2px;
	margin: 0px;
}

#wrapperbg {
	margin: auto;
	margin-bottom: 35px;
	position: relative;
	width: 1128px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #F3B4D0;
	background-image: url(../images/bunnyfabric-bg.png);
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#wrapper-index {
/* the notebook's cover */
	background: white;
	position: relative;
	margin: auto;
	z-index: 1;
	width: 1108px;
	padding: 20px 10px 15px 10px;
	border-radius: 20px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.phone {
	z-index: 1;
	position: fixed;
	top: 200px;
	left: 30px;
	height: 380px;
	    filter: drop-shadow(1px 1px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(-1px 1px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 2px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 -1px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 1px 1.5px rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 -1px 1.5px rgba(60, 64, 67, 0.15)) 
  drop-shadow(1px -1px 1.5px rgba(60, 64, 67, 0.15)) 
  drop-shadow(-1px -1px 1.5px rgba(60, 64, 67, 0.15));
}


.phone:hover {
animation: shake 0.5s; 
animation-iteration-count: 2; 
-webkit-transition: .5s ease-in; 
} 
 
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
} 
  }

p {
	text-align: left;
	margin: 5px;
}
	  

.pencils {
	z-index: 0;
	position: fixed;
	bottom: -170px;
	left: -70px;
	rotate: 30deg;
}

.pens {
	z-index: 0;
	position: fixed;
	bottom: 200px;
	right: 0px;
	height: 500px;
}

header {
	width: 1022px;
	height: 75px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

header img {
	filter: drop-shadow(1px 0px 0px #DF8487) drop-shadow(0px 1px 0px #DF8487)
		drop-shadow(0px -1px 0px #DF8487) drop-shadow(-1px 0px 0px #DF8487);
		margin-right: 10px;
}

		/*this is my ugly binder spiral! feel free to remove it or change it. it wont mess the rest of the code! */
#tab1-wrapper:after,
#tab2-wrapper:after,
#tab3-wrapper:after,
#tab4-wrapper:after,
#tab5-wrapper:after,
#tab6-wrapper:after,
#tab7-wrapper:after,
#tab8-wrapper:after {
	content: url(https://files.catbox.moe/4v6k8c.png);
	position: absolute;
	z-index: 10;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	pointer-events: none;
}

		/* PAGES CSS */

.paper img:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.24, 0.64, 0.5, 2);
    z-index: 999;
    filter: drop-shadow(1px 1px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(-1px 1px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 2px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 -1px 0 rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 1px 1.5px rgba(60, 64, 67, 0.15)) 
  drop-shadow(0 -1px 1.5px rgba(60, 64, 67, 0.15)) 
  drop-shadow(1px -1px 1.5px rgba(60, 64, 67, 0.15)) 
  drop-shadow(-1px -1px 1.5px rgba(60, 64, 67, 0.15));
}

.paper {
			/*the CSS of both "pages" boxes. you can choose the look of ALL pages here */
	background: url(https://files.catbox.moe/evxip4.png);
	z-index: 5;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid lightblue;
	height: 600px;
}

#tab8-wrapper {
	text-align: left;
}

		.left {
			width: 490px;
			margin-left: 50px;
			margin-right: 10px;
			border-radius: 10px 0px 0px 10px;
			overflow: auto;
			padding: 10px;
		}

		.left-in {
			/*the main purpose of this class if so the scrollbar of left pages arent obscured by the bind spiral */
			padding: 15px 10px 15px 25px;
			height: 100%;
			margin-right: 15px;
			overflow: auto;
		}

		.right {
			padding: 15px 25px;
			width: 490px;
			margin-left: 10px;
			border-radius: 0px 10px 10px 0px;
			overflow: auto;
		}

		/* you can also customize the look of SPECIFIC pages. take TAB 2 for example: */

		/* tab buttons CSS stuff */

		.tab {
			/* for the ones on the left */
			width: 590px;
			height: 50px;
			position: absolute;
			transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			rotate: -90deg;
			top: -10px;
			left: -232px;
		}

		.tab2 {
			/* for the ones on the right */
			width: 590px;
			height: 50px;
			position: absolute;
			transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			rotate: 90deg;
			top: 590px;
			right: -232px;
		}

.tab button,
.tab2 button {
/*this is the look of the TABS! */
	z-index: 1;
	position: relative;
	vertical-align: top;
	width: 120px;
	margin: 0px 8px;
	padding: 10px 0px 30px 0px;
	font-family: Caveat;
	border: none;
	cursor: help;
	font-size: 19px;
	transition-duration: 0.5s;
	top: 10px;
	border-radius: 10px 10px 0 0;
}

		/* here you can change the color of each individual TAB button*/
.tab1-b {
	background: #F3B4D0;
}

.tab2-b {
	background: #FCF0F5;
}

.tab3-b {
	background: #F3B4D0;
}

.tab4-b {
	background: #FCF0F5;
}

.tab5-b {
	background: #F3B4D0;
}
		
.tab6-b {
	background: #FCF0F5;
}

.tab7-b {
	background: #F3B4D0;
}

.tab8-b {
	background: #FCF0F5;
}
		

		/* hover effect of TAB*/
.tab button:hover,
.tab2 button:hover {
	top: 0px;
	cursor: url(../images/orange-cursor1.gif), auto;/*cursor by whimsical (see credits for link!*/
}

		/* selected TAB effect aka when its focused */
.tab button.active,
.tab2 button.active {
	top: 0px;
	cursor: url(../images/orange-cursor1.gif), auto;/*cursor by whimsical (see credits for link!*/
	box-shadow: 1px 1px 20px 1px #D3D3D3;
	outline: none;
}
		  