.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -175px;
}
@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: #2d326a;
    text-decoration: #2d326a wavy underline;
}

.image {
    filter: drop-shadow(10px 10px 1px rgba(53, 38, 115, 0.35));
    align-self: flex-start;
    padding: 10px;
    float: inline-start;
}

.image img {
    max-width: 300px;
    max-height: 200px;
}

.wrapper {
    left: 120px;
    top: 150px;
    display: flex;
    position: absolute;
    flex-direction: row;
    vertical-align: top;
    place-items: center;
    display: grid;
    grid-template-columns: repeat(4, 150px);
    grid-template-rows: repeat(3, 0px);
    grid-gap: 150px;
    grid-row-gap: 250px;
    width: 1080px;
}
/* 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 */
