body {
  background-image: url('https://i.imgur.com/IJZxwiW.jpeg');
  background-size: 50%;
  color: black;
  font: 20px main;}
  
  
  
@font-face {
font-family: "header"; 
src: url("https://trinketscurioshoppe.neocities.org/header.ttf?#iefix") format("truetype");
}
@font-face {
font-family: "main"; 
src: url("https://trinketscurioshoppe.neocities.org/main.ttf?#iefix") format("truetype");
}
h1 {
font-family: "main";
}


#top{
  z-index:10;
  height:100px;
  margin-left:30%;
  margin-top:-36%;
  font: 13px header;
  transform: rotate(15deg)
  }

#con-big{
width: 100%;
overflow: hidden;
background-color: red;
}

#con-embed{
height: 500px;
width: 100%;
margin-top: -30px;
margin-left: -9px;
background-color: black;
overflow-y: scroll;
overflow-x: hidden;
z-index: -1;
}

#con-note{
height: 260px;
width: 50%;
background-image: url("https://i.imgur.com/61c4ulB.png");
background-size: 100%;
margin-top: 20%;
margin-left: 6%;
padding: 3%;
}

#con-small{
height: 200px;
width: 200px;
z-index: 4;
background-image: url("https://i.imgur.com/Mkpj0Ak.png");
background-size: 100%;
padding: 3%;
}

#pic-1{
position: absolute;
z-index: 1;
width:240px;
height:290px;
background-color: #e5ded6;
border-left: 2px solid #3c3333;
border-bottom: 2px solid #3c3333;
border-right: 1px solid #8d8681;
border-top: 1px solid #8d8681;

}

#pic-2{
width:200px;
height:200px;
background-color: black;
overflow: hidden;
margin-left:6%;
margin-top:5%;
}

#pic-1:hover
{
transform: rotate(4deg); 
}

 
 #junk{
width: 100%;
height: 270px;
margin-top: -2%;
border-bottom: 5px dashed #33271e;
background-image: url("https://i.imgur.com/0khTkse.jpeg");
background-size: 100%;
background-color: #cd322c;
}

  
#shy:hover
{
    opacity:0;
}

#book:hover
{
transform: scale(1.2, 1.2);
transform: rotate(4deg); 
}

#icon:hover
{
transform: rotate(4deg);
transform: scale(1.1, 1.1);
}

.sticky-h{
font-size:26px;
text-align: center;
  }

.sticky-b{
font-size:15px ;
line-height: 15px;
letter-spacing: 2px;
}

.note-h{
font-size:40px;
text-align: center;
  }

.note-b{
font-size:23px ;
line-height: 27px;
letter-spacing: 2px;
margin-top: -3px;

}

.float-h{
text-align: center;
font: 30px header;
color: #ecb521;
 text-shadow: 2px 2px 0px #33271e;
}

a:link{
text-align: center;
font: 30px header;
color: #ecb521;
 text-shadow: 2px 2px 0px #33271e;
}

.float-h:visited {
color: #ecb521;
 text-shadow: 2px 2px 0px #33271e;
}

.float-h:hover {
 margin-top:-2px;
}
 
::-webkit-scrollbar{
width: 10px; 
}
 
::-webkit-scrollbar-track{
background-color: #9e4f08;
}
 
::-webkit-scrollbar-thumb{
background-color: #c5870d;  
}

/* ===== AUTOPLAY ===== */
.buttondiv {
  cursor: pointer;
  position: static;
  height: 80px;
  bottom: 5px;
  width: 50px;
  left: 5px;
  z-index: 1;
  margin-left: 40px;
  background: transparent;
    border: none;
    font-size:0;
}

.autoplayer button {
  cursor: pointer;
  padding: 1px 0px 0px 4px;
  position: static;
  height: 300px;
  bottom: 5px;
  width: 300px;
  margin-left:20px;
  margin-top:20px;
  left: 5px;
  background: transparent;
    border: none;
    font-size:0;
}

.autoplayer a {
  background: #d11236;
  color: white;
  text-decoration: none;
  padding: 2px 10px;
  position: fixed;
  font-size: 14px;
  bottom: 5px;
  z-index: 6;
}