* {
	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;
	position: relative;
}

.contents {
	position: absolute;
	top: -50px;
	width: 100px;
	height: 100px;
}

.pins1 {
	/*border: 1px dashed blue;*/
	position: absolute;
    top: 200px ;
	width: 350px;
	height: 570px;
}

#pin1 {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 280px;
	height: auto;
	transition: 0.7s;
	z-index: 2;
}

#pin1:hover {
	filter: brightness(70%);
}

#pin2 {
	position: absolute;
    left: 40px ;
	top: 235px;
	z-index: 1;
}

#pin3 {
	position: absolute;
	bottom: 0px;
	left: 40px;
	width: 230px;
	height: auto;
	z-index: 2;
}

.gifs {
	/*border: 1px dashed blue;*/
	position: relative;
	top: 100px;
	left: 350px;
	width: 600px;
}

#welcome {
    position: absolute;
	width: 600px;
	height: auto;
}

#arrow {
	position: relative;
	top: 110px;
	left: 80px;
	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: 100px;
	left: 570px;
	width: 550px;
	height: auto;
}

#Gallery {
	position: absolute;
	width: 250px;
    left: 100px;
	height: auto;
    background-image: url("img2/ARTGALBUTTON.png"); 
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}
#Gallery:hover{
 background-image: url("img2/ARTGALBUTTON_HOV.png")
}

#Gallery:hover{
 background-image: url("img2/ARTGALBUTTON_HOV.png")
}

#Billy {
	position: absolute;
	width: 220px;
    top: 130px;
    left: 110px;
	height: auto;
    background-image: url("img2/ABTBILL.png"); 
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}

#Billy:hover{
 background-image: url("img2/ABTBILL_HOVER.png")
}

.txt {
    /*border: 1px dashed blue;*/
    font-family: "Comic Sans MS";
	font-size: 15px;
    font-weight: 600;
    /*change color here*/
    
	color:#cf197b;
    
    /*change color here*/
    width: 200px;
	height: 340px;
	position: absolute;
	top: 330px;
	left: 920px;
}
h3, ol, p:first-child {
	margin: 0;
}

.pins2 {
	/*border: 1px dashed blue;*/
	position: relative;
	top: 220px;
	left: 1120px;
	width: 200px;
	height: 370px;
}

#pin5 {
	position: absolute;
	width: 200px;
	height: auto;
}

.rotate {
	animation: rotation 6s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

#pin6 {
	position: absolute;
	bottom: 0;
	right: 13px;
	width: 230px;
	height: auto;
}