body {
    background-color: #FAF8ED;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    font-family: 'Gloock', serif;
    text-align: center;
    font-size: 130px;
    font-weight: 300;
    line-height: 130px;
}

#orange {
    text-decoration: underline;
}

#back {
    text-align: center;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: gray;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#back:hover {
    color: lightgrey;
}


.categories {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
}

.categories >*:hover {
    text-decoration: underline;
}

#placeholder{
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: 205px 205px 205px 205px 205px 205px 205px;
    grid-template-rows: 315px 315px;
    /* align-self: end; */
    align-items: last baseline;
    /* display: grid;
    grid-row: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ; */
}

.holders>* {
    display: flex;
    flex-direction: column;
    gap: 175px;
    position: absolute;
    margin-top: 300px;
    /* z-index: 300; */
    margin-left: -10px;
}

.firstQuery{
    margin-top: -400px;
}

.firstQuery>* {
    width: 105vw;
    height: 140px;
    background-color: #D9D9D9;
    opacity: 55%;
    filter: drop-shadow(0px 4px 4px black 16%);
}

#placeholder>*:hover {
    filter: drop-shadow(2px 2px 2px rgb(51, 51, 51));
    opacity: 95%;
    /* z-index: 400; */
    transform: rotate(0deg);
}

#placeholder>*{
    transition: transform 250ms;
}

img {
    width: 205px;
    justify-content: space-between;
    filter: drop-shadow(2px 2px 2px gray);
    /* position: absolute; */
    /* display: flex;
    flex-direction: column; */
}

#one {
    z-index: 0;
}
        #stamp15{ 
            transform: rotate(-4.7deg)
        }
        #stamp22 {
            transform: rotate(-2.63deg);
        }
        #stamp40{
            transform: rotate(3.19deg);
        }
        #stamp55 {
            transform: rotate(2.39deg);
        }
        #stamp70 {
            transform: rotate(3.84deg);
        }
        #stamp73 {
            transform: rotate(-2.63deg);
        }
        #stamp83{
            transform: rotate(2.7deg)
        }

#two {
    z-index: 100;
}
        #stamp84{
            transform: rotate(4.2deg);
            z-index: 50;
        }
        #stamp88 {
            transform: rotate(2.39deg);
            z-index: 50;
        }

/* img:hover {
    margin-bottom: 50px;
} */

@media screen and (max-width: 1240px){
    #placeholder {
     grid-template-columns: repeat(6, 205px);
     grid-template-rows: repeat(2, 315px);
    } 

    #stamp83 {
        z-index: 50;
    }
 
 }
 
 @media screen and (max-width: 1040px){
     h1{
         font-size: 130px;
         line-height: 120px;
     }
 
     #placeholder {
      grid-template-columns: repeat(5, 205px);
      grid-template-rows: repeat(2, 315px);
     } 

     #stamp73 {
        z-index: 50;
     }
  
  }
 
  @media screen and (max-width: 844px){

 
     #placeholder {
      grid-template-columns: repeat(4, 205px);
      grid-template-rows: repeat(3, 315px);
     } 

     .secondQuery{
        margin-top: -715px;
    }
    
    .secondQuery>* {
        width: 105vw;
        height: 140px;
        background-color: #D9D9D9;
        opacity: 55%;
        filter: drop-shadow(0px 4px 4px black 16%);
    }

    #three{
        z-index: 0;
    }

    #one {
        z-index: 100;
    }

    #two {
        z-index: 200;
    }

    #stamp83 {
        z-index: 150;
    }
  
  }
 
 
 @media screen and ( max-width: 640px ){

 
     #placeholder {
         grid-template-columns: repeat(3, 205px);
         grid-template-rows: repeat(3, 315px);
        } 

        #stamp55 {
            transform: rotate(2.39deg);
            z-index: 50;
        }
        #stamp70 {
            transform: rotate(3.84deg);
            z-index: 50;
        }
     
     }


     @media screen and ( max-width: 400px) {

        h1 {
            font-size: 100px;
        }
     
        .categories {
            font-size: 13px;
        }

        #placeholder > * {
            transform: rotate(0deg);
            margin-bottom: 50px;
            width: 70%;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        #placeholder {
            display: block;
        }

        .holders {
            display: none;
        }
    }

    @media screen and (min-width: 1435px){
        .largeParent {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
 


