* {
	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: 0;
	position: relative;
}

.contents {
	position: absolute;
	top: -50px;
	width: 100px;
	height: 100px;
}

.pins1 {
	/*border: 1px dashed blue;*/
	position: absolute;
	width: 300px;
	height: 600px;
}

.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;
}

.notey {
	font-family: "VCROSD MONO", "Comic Sans MS";
	font-size: 13px;
	color: #09877c;
	position: relative;
	top: 60px;
	left: 580px;
	width: 550px;
	height: auto;
}

#teal_note {
	position: absolute;
	width: 700px;
	height: auto;
}

.notey_txt {
	/*border: 1px dashed blue;*/
	width: 380px;
	height: 460px;
	position: absolute;
	top: 145px;
	left: 185px;
	overflow: auto;
	z-index: 0;
}

h3, ol, p:first-child {
	margin: 0;
}

.pins2 {
    /*border: 1px dashed blue;*/
	position: relative;
	top: 520px;
	left: 550px;
	width: 200px;
	height: 200px;
}

#foto1 {
    /*border: 1px dashed blue;*/
	position: relative;
	width: 350px;
	height: auto;
}

#pin5 {
    /*border: 1px dashed blue;*/
	position: absolute;
	width: 270px;
	height: auto;
}

#pin6 {
    /*border: 1px dashed blue;*/
	position: absolute;
	width: 270px;
	height: auto;
}
.rotate {
	animation: rotation 6s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

#arrow {
	position: relative;
	top: -680px;
	left: 50px;
	width: 200px;
	height: auto;
	transition: 0.7s;
}

#arrow:hover {
	filter: brightness(70%);
}
