.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: Jacquard;
    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: 1400px;
    top: 250px;
    left: 20px;
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}
.about {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: 70px;
    font-family: W95FA;
    color: #2c20f7;
    border-radius: 10px;
    border-image-slice: 73 80 73 80;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-style: solid;
    border-image-source: url("images/about/doodle.gif");
    padding: 30px;
}
footer {
    position: relative;
    margin-top: 2400px;
    background-color: #dbff55;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 300px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2c20f7;
    font-size: 20px;
}

.left {
    position: relative;
    float: left;
    width: 600px;
}
.right {
    position: relative;
    float: right;
    width: 300px;
}
.right img {
    max-width: 300px;
}

/* 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 */
@font-face {
    font-family: Jacquard;
    src: url(fonts/Jacquard12-Regular.otf);
}
@font-face {
    font-family: W95FA;
    src: url(fonts/W95FA.otf);
}
