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

.images img {
    max-width: 350px;
    max-height: auto;
    object-fit: cover;
}
.images {
    width: 1750px;
    top: 220px;
    left: 10px;
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.bottommargin {
    height: 100px;
    position: absolute;
    top: 3000px;
    align-content: center;
    left: 800px;
}
/* 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 */
