


.stuff img {
    max-width: 350px;
    max-height: auto;
  object-fit: cover;
}
.stuff {
 position: absolute;
    width: 1750px;
    top: 220px;
     left: 70px;
      line-height: 0;       
    -webkit-column-count: 5;    
    -webkit-column-gap: 0px;    
    -moz-column-count: 5;
    -moz-column-gap: 0px;
     column-count: 5;    
     column-gap: 0px; 
    display:inline-block;    
   margin-right: auto;    
   margin-left: auto;  
}




.info {
    

      position: relative;
    background-color: #f6f6e3;
    text-align: center;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 800px;
    height: auto;
    font-family: monospace;
 color: #673c33;
       border-image-slice: 12 10;
border-image-width: 10px 10px 10px 10px;
border-image-outset: 1px 1px 1px 1px;
border-image-repeat: round;
border-image-source: url("images/fun pngs/borders/darkfish.png");
border-style: solid;
    top: 20px;
   margin-right: auto;
    margin-left: auto;
    filter: drop-shadow(10px 10px 1px rgba(53, 38, 115, 0.35));
}




.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: "Courier New";
    color: #DB611D;
    text-decoration: #DB611D wavy underline;
}
h3 {
    font-family: "Courier New";
    color: #7cc250;
    text-decoration: #7cc250 wavy underline;
}
h4 {
    font-family: "helvetica";
    color: #DB611D;
   
    font-size: 9px;
}


h6 {
    color: #DB611D;
    font-size: 12px;
    font-family: "Courier New";
}
@font-face {
    font-family: Writing;
    src: url(fonts/Writing-Regular.otf);
}

a:link {
    color: #d14c18;
}

/* visited link */
a:visited {
    color: #b2ab2b;
}

/* mouse over link */
a:hover {
    color: #7c9dd2;
}

/* selected link */
a:active {
    color: #7c9dd2;
}
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}