.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: #da5f40;
}
.arrow {
 z-index: 1;
 position: absolute;
 scale: 15%;
 align-items: left;
 left: -300px;
 top: -205px;
 filter: invert(80%);
}

.images img {
 max-width: 350px;
 max-height: auto;
 object-fit: cover;
}
.images {
 position: absolute;
 width: 1750px;
 top: 220px;
 left: 70px;
 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;
}
.about {
 position: absolute;
 background-color: #faf0da;
 text-align: center;

 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 30px;
 padding-right: 30px;
 width: 1500px;
 height: auto;
 font-family: monospace;
 color: #567393;
    border-image-slice: 12 10;
border-image-width: 10px 10px 10px 10px;
border-image-outset: 1px 1px 1px 1px;
border-image-repeat: round;
border-image-source: url("images/fun pngs/borders/darkfish.png");
border-style: solid;
 top: 100px;
 left: 160px;
 filter: drop-shadow(10px 10px 5px rgba(53, 38, 115, 0.35));
}
.bottommargin {
 height: 100px;
 position: absolute;
 top: 1300px;
 align-content: center;
 left: 600px;

 filter: drop-shadow(10px 10px 5px rgba(53, 38, 115, 0.4));
}
.bottom {
    height: 100px;
    position: absolute;
    top: 2700px;
    align-content: center;
    left: 875px;
}
/* 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 */