.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
@font-face {
    font-family: Pinscher;
    src: url(fonts/SHPinscher-Regular.otf);
}
h1 {
    font-family: Pinscher;
    color: #d14c18;
    text-decoration: #d14c18 wavy underline;
}
h3 {
    font-family: "Pinscher;
    color: #b2ab2b;
    text-decoration: #b2ab2b wavy underline;
}
.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}

.image {
 
    margin-left: auto;
    margin-right: auto;
}