.header {
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: center;
}
@font-face {
    font-family: Pinscher;
    src: url(/fonts/SHPinscher-Regular.otf);
}
h1 {
    font-family: Pinscher;
    color: darkblue;
    text-decoration: darkblue wavy underline;
}
.arrow {
    z-index: 1;
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}


.images img {
    max-width: 280px;
    max-height: auto;
  object-fit: cover;
}
.images {
 position: absolute;
    width: 1400px;
    top: 220px;
   
      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;  
}
.about {
      position:relative;
    background-color: #f6f7fa;
    text-align: center;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 1200px;
    height: auto;
    font-family: monospace;
    color: #494829;
    border-style: double;
    border-width: thick;
    border-color: #c3e1c4;
   margin-right: auto;    
   margin-left: auto;
    filter: drop-shadow(10px 10px 1px rgba(53, 38, 115, 0.35));
}

/* 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 */