@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: white;
    text-decoration: white wavy underline;
}
.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}
/* 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 */


.wrapper img {
    max-width: 450px;
    max-height: auto;
  object-fit: cover;

}
.wrapper {
     filter: drop-shadow(16px 16px 5px rgba(0, 0, 0, 0.62));
  margin-top: 20px;

    display:inline-block;    
 
   margin-left: 40px;  
}