 @font-face {
        font-family: eavhs;
        src: url(https://file.garden/aP09CKO76z07MLCD/fonts/easvhs.ttf);
    }

body {
    background-image: url(https://file.garden/aP09CKO76z07MLCD/tilesbg.jpg);
    background-repeat: repeat;
    background-size: 300px;
}

.top {
  
    background-repeat: repeat-x;
    background-size: 500px;
    width: 100%;
    height: 300px;
    top: 40px;
    left: 180px;
    right: 180px;
    position: absolute;
}
.container {
    background-color: rgb(230, 224, 154);
    background-image: url(https://file.garden/aP09CKO76z07MLCD/texture.jpg);
    background-blend-mode: multiply;
    max-width: 1000px;
    margin: 50px auto;
    display: grid;
    grid-gap: 7px;
    border: 1px black solid ;
    border-radius: 5px;
    grid-template-columns: 150px minmax(0,2fr) 150px;
    padding: 5px;
}

header, .stamps, nav, main, .sidebar, .log, footer {
    border: 1px black solid;
    border-radius: 2px;
    background-color: rgb(245, 245, 245);
}

header {
    background-image: url(https://i.pinimg.com/736x/56/74/7d/56747d49276e379e8c697094ff394cbe.jpg);
    background-position: 0px -200px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    --webkit-border-radius: 5x;
    margin-bottom: -8px
   
}

h1 {
    color: black;
    font-family: eavhs, arial;
    padding: 90px 10px
}

.stamps {
    grid-column: 1 / 5;
    grid-row: 2 / 3;
    overflow: hidden; /* Hides the stamps when they move outside */
    overflow: hidden; /* CRITICAL: Hides the off-screen parts */
}

.stamptrack {

display: flex; /* Arranges stamps in a row */
  /* Calculate the width to fit ALL stamps (original + duplicate) */
  width: 1500px; /* Needs to be set based on image count and size */
  animation: scroll-right 6s linear infinite; /* 30s is the speed */
  margin-right: 10px;
}

.stamptrack img {
    flex-shrink: 0;
    width: 100px; /* <--- DOUBLE CHECK THIS VALUE */
    /* If you have margins, you must also include them in your total width calculations! */
}

@keyframes scroll-right {
    0% {
        /* Start: The original set is perfectly aligned on the left */
        transform: translateX(0px); 
    }
    100% {
        /* End: Moves left by the width of the ORIGINAL set (D_move) */
        /* CRITICAL: This MUST match the width of the unique stamp set (W_orig) */
        transform: translateX(-1100px); /* <-- REPLACE THIS WITH D_move (e.g., -1000px) */
    }
}

nav {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
    height: max-content;
}

main {
    grid-row: 3 / 5;
    padding-top: 10px;
    padding: 10px 30px 30px 200px;
    height: 380px;
}

#jimmyhopkins {
    position: sticky;
    float: left;
    width: 0px;
    height: 0px;
    margin-left: -305px;
    margin-top: -64px
    
}

.sidebar {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    height: 250px;
    overflow-y: scroll;
    max-width: fit-content;
        font-size: 0px;
}

.sidebar img {
    max-width: 133px;

}

.log {
    grid-column: 3 / 4;
    grid-row:  4 / 5;
}

footer {
    grid-column: 1 /5;
    grid-row: 5 / 6;
}

@keyframes glow {
0% {
text-shadow: 0 0 15px rgb(255, 255, 255);
}
 
50% {
text-shadow: none;
}
 
100% {
text-shadow: 0 0 15px rgb(255, 255, 255);
}
}
 
@-webkit-keyframes glow {
0% {
text-shadow: 0 0 15px rgb(255, 255, 255);
}
 
50% {
text-shadow: 0 0 0;
}
 
100% {
text-shadow: 0 0 15px rgb(255, 255, 255);
}
}

h1 {
    --webkit-background-clip: text;
-webkit-text-fill-color: rgb(240, 238, 250);
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(2, 0, 117);
font-weight:bold;
font-size:2em;
-webkit-animation: glow 2.0s linear infinite;
-moz-animation: glow 2.0s linear infinite;
-ms-animation: glow 2.0s linear infinite;
-o-animation: glow 2.0s linear infinite;
animation: glow 2.0s linear infinite;
}
 
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: none;
}
 
::-webkit-scrollbar-thumb {
  width: 16px;
  height: 16px;
  background: silver;
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
  border: 1px solid;
  border-color: silver #000 #000 silver;
}
 
::-webkit-scrollbar-track {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAyIDIiIHNoYXBlLXJlbmRlcmluZz0iY3Jpc3BFZGdlcyI+CjxtZXRhZGF0YT5NYWRlIHdpdGggUGl4ZWxzIHRvIFN2ZyBodHRwczovL2NvZGVwZW4uaW8vc2hzaGF3L3Blbi9YYnh2Tmo8L21ldGFkYXRhPgo8cGF0aCBzdHJva2U9IiNjMGMwYzAiIGQ9Ik0wIDBoMU0xIDFoMSIgLz4KPC9zdmc+");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 2px;
}
 
::-webkit-scrollbar-button:vertical:decrement {
  width: 16px;
  height: 16px;
  background: silver;
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
  border: 1px solid;
  border-color: silver #000 #000 silver;
  background-repeat: no-repeat;
  background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTcgNWgxTTYgNmgzTTUgN2g1TTQgOGg3IiAvPgo8L3N2Zz4=");
    display:block;
}
 
::-webkit-scrollbar-button:vertical:increment {
  width: 16px;
  height: 16px;
  background: silver;
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
  border: 1px solid;
  border-color: silver #000 #000 silver;
  background-repeat: no-repeat;
  background-size: 16px;
     background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTQgNWg3TTUgNmg1TTYgN2gzTTcgOGgxIiAvPgo8L3N2Zz4=");
    display:block;
}
 
::-webkit-scrollbar-button:horizontal:decrement {
  width: 16px;
  height: 16px;
  background: silver;
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
  border: 1px solid;
  border-color: silver #000 #000 silver;
  background-repeat: no-repeat;
  background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTggM2gxTTcgNGgyTTYgNWgzTTUgNmg0TTYgN2gzTTcgOGgyTTggOWgxIiAvPgo8L3N2Zz4=");
    display:block;
}
 
::-webkit-scrollbar-button:horizontal:increment {
  width: 16px;
  height: 16px;
  background: silver;
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
  border: 1px solid;
  border-color: silver #000 #000 silver;
  background-repeat: no-repeat;
  background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTYgM2gxTTYgNGgyTTYgNWgzTTYgNmg0TTYgN2gzTTYgOGgyTTYgOWgxIiAvPgo8L3N2Zz4=");
    display:block;
}
 
::-webkit-scrollbar-corner {
  background: silver;
}
 
/* dakedres was here ;3 */