



.item1 {
 scale: 20%;
}

.item2 {
 scale: 20%;
}
.item3 {
 scale: 20%;
}

.wrapper {
 margin-top: 100px;
 margin-bottom: 70px;
 display: grid;
 grid-gap: 375px;
 grid-row-gap: 700px;
 grid-template-columns: repeat(3, 150px);
 grid-template-rows: repeat(5, 0px);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}





.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;
}