header {
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@font-face {
    font-family: Pinscher;
    src: url(fonts/SHPinscher-Regular.otf);
}
h1 {
    font-family: Pinscher;
    color: #1e3658;
    text-decoration: #1e3658 wavy underline;
}
h2 {
    font-family: Pinscher;
    color: #1e3658;
}
.arrow {
    z-index: 1;
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}

/* 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 */
 section {
     margin-top: 20px;
     margin-bottom: 20px;
   background-color: #ffffff;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
width: 800px;
    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;
  filter: drop-shadow(5px 5px 1px rgba(42, 42, 79, 0.53));
    
    
    
    
    
    
    
    
    
}
.left {
      float: left;
    
    
}


.right {
    
    float: right;
}


.main {
    
    
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    
    
    
    
    
    
    
    
}
hr.end {
    
    opacity: 0;
    width: 100%;
    
    
}