@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: 450px;
    max-height: auto;
  object-fit: cover;

}
.images {

  margin-top: 20px;

    display:inline-block;    
 
   margin-left: 40px;  
}