@font-face {
    font-family: Pinscher;
    src: url(fonts/SHPinscher-Regular.otf);
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
h1 {
    font-family: Pinscher;
    color: #d14c18;
  
}
h3 {
    font-family: Pinscher;
    color: #b2ab2b;
    text-decoration: #b2ab2b wavy underline;
    letter-spacing: 5px;
}

.arrow {
    position: fixed;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}
.images img {
    max-width:350px;
    max-height: auto;
  object-fit: cover;

}
.images {
    position: absolute;
    width: 1750px;
  margin-top: 20px;
     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;  
}