* {
	box-sizing: border-box;
}

@font-face{
        font-family: "VCROSD MONO";
	src: url(fonts/VCR_OSD_MONO_1.001.ttf) format("truetype");
}

@font-face{
	font-family: "NAME";
	src: url(fonts/ITALIC1.ttf) format("truetype");
}

body {
	background-color: #272727;
	background-image: url("https://swedishtrish.neocities.org/img/BOOK_BACK.png");
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.03;
	background-image: url("https://swedishtrish.neocities.org/img/noise.gif");
	background-size: cover;
}

.container {
	/*border: 1px dashed blue;*/
	max-width: 1280px;
	height: 800px;
	margin: 0 auto;
}

#book_front {
	margin: -10px 0;
	position: relative;
}

.contents {
	position: absolute;
	top: -50px;
	width: 100px;
	height: 100px;
}

.pins1 {
	/*border: 1px dashed blue;*/
	position: absolute;
	width: 300px;
	height: 600px;
}

#pin1 {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 280px;
	height: auto;
	transition: 0.7s;
	z-index: 2;
}

#pin1:hover {
	filter: brightness(70%);
}

#pin2 {
	position: absolute;
	top: 235px;
	left: 15px;
	z-index: 1;
}

#pin3 {
	position: absolute;
	bottom: 15px;
	left: 60px;
	width: 230px;
	height: auto;
	z-index: 2;
}

#pin4 {
	position: absolute;
	top: 300px;
	right: 0;
	width: 380px;
	height: auto;
}

.gifs {
	/*border: 1px dashed blue;*/
	position: relative;
	top: 300px;
	left: 220px;
	width: 600px;
}

#mousey {
	position: absolute;
	width: 450px;
	height: auto;
}

#welcome {
	position: absolute;
	bottom: -40px;
	left: 130px;
	z-index: 1;
}

#arrow {
	position: relative;
	top: 110px;
	left: 980px;
	width: 200px;
	height: auto;
	transition: 0.7s;
}

#arrow:hover {
	filter: brightness(70%);
}

.notey {
	/*border: 1px dashed blue;*/
	font-family: "VCROSD MONO", "Comic Sans MS";
	font-size: 19px;
	color: #09877c;
	position: relative;
	top: 70px;
	left: 660px;
	width: 550px;
	height: auto;
}

#pink_note {
	position: absolute;
	width: 550px;
	height: auto;
}

.notey_head {
	font-size: 25px;
	color:#99f800;
	text-shadow: 2px 0 #09877c, -2px 0 #09877c, 0 2px #09877c, 0 -2px #09877c,1px 1px #09877c, -1px -1px #09877c, 1px -1px #09877c, -1px 1px #09877c;
	position: absolute;
	top: 0;
	right: 20px;
}

#chrissie {
	font-family: "NAME", "Times New Roman";
	font-size: 72px;
}

.notey_txt {
	/*border: 1px dashed blue;*/
	width: 355px;
	height: 280px;
	position: absolute;
	top: 105px;
	right: 95px;
	overflow: auto;
	z-index: 1;
}

h3, ol, p:first-child {
	margin: 0;
}

.pins2 {
	/*border: 1px dashed blue;*/
	position: relative;
	top: 150px;
	left: 1080px;
	width: 200px;
	height: 420px;
}

#pin5 {
	position: absolute;
	width: 300px;
	height: auto;
}

.rotate {
	animation: rotation 6s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

#pin6 {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 230px;
	height: auto;
}