body {
  background-image: url('https://i.imgur.com/NuAX3K7.jpeg');
  color: black;
  font: 20px main;}
  
  
  
@font-face {
font-family: "header"; 
src: url("https://trinketscurioshoppe.neocities.org/header.otf") format("truetype");
}

@font-face {
font-family: "main"; 
src: url("https://trinketscurioshoppe.neocities.org/main.ttf") format("truetype");
}
  
 <!-- old stuffz -->
 
#container{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 3000;
margin-top: -30px;
}
 
 
#box{
width: 3000;
}
 
#fabric{
width: 1360px;
height: 160px;
margin-top: -20px;
margin-left: -10px;
background-repeat: repeat;
background-size: 60%;
border-bottom: 10px solid #c5870d;
border-top: 10px solid #c5870d;
justify-content: center;
align-items: center;
background-image: url("https://i.imgur.com/0DPH6Vm.jpeg");
font-size: 25px;
color:  #c5870d;
}

#blank{
width: 1360px;
height:570px;
margin-top: -20px;
margin-left: -10px;
justify-content: center;
align-items: center;
}
 
a{
text-decoration: underline;
color: #69deff;
}
 
a:visited{
color: #2f7e83;
}
 
a:hover{
text-shadow: 0px 0px 2px #30c5ad;
}
 
#scrolly{
overflow-x: scroll;
overflow-y: hidden;
width:220px;
height:120px;
text-align: right;
}

.header{
color: #af6308;
font: 80px "header";
text-align: center;
text-shadow: 3px 1px 3px #6e0a1c;
}
 
::-webkit-scrollbar{
width: 10px; 
}
 
::-webkit-scrollbar-track{
background-color: #9e4f08;
}
 
::-webkit-scrollbar-thumb{
background-color: #c5870d;  
}

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

.autoplayer button {
  cursor: pointer;
  padding: 1px 0px 0px 4px;
  position: fixed;
  height: 200px;
  bottom: 5px;
  width: 170px;
  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;
  left: 50px;
}