.paper img {
    max-width: 400px;
    float: left;
    filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}
hr.paper-divide {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
    color: rgba(75, 99, 211, 0.47);
}

hr.divide-bottom {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
    color: rgba(75, 99, 211, 0.47);
    opacity: 0;
}
.arrow {
    position: fixed;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
    z-index: 1;
}


.pins img {
    max-width: 300px;
    float: left;
    filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}
hr.pin-divide {
    width: 100%;
     margin-top: 70px;
    margin-bottom: 30px;
    color: rgba(75, 99, 211, 0.47);
}

.stickers img {
    max-width: 300px;
    float: left;
    filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}
hr.sticker-divide {
    width: 100%;
     margin-top: 70px;
    margin-bottom: 30px;
    color: rgba(75, 99, 211, 0.47);
}

.other img {
    max-width: 400px;
    float: left;
    filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}
hr.other-divide {
    width: 100%;
     margin-top: 70px;
    margin-bottom: 30px;
    color: rgba(75, 99, 211, 0.47);
}

.about {
    width: 350px;
    padding: 30px;
    position: absolute;
    left: 72vw;
    background-color: #f7f0e2;
    border-radius: 20px;
    border: ridge;
    border-color: #4b63d3;
       filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
    z-index: 1;
}

.times {
    position: absolute;
    width: 200px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 12vw;
    top: 30vh;
    border-radius: 20px;
    background-color: #f7f0e2;
    border: ridge;
    border-color: #4b63d3;
       filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}
header {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: center;
    
}

.header {
    height: 200px;
 
    width: 100%;
    background-color: #bb2e2e;
    margin-top: -20px;
    padding: 10px;
    mask:
        radial-gradient(60.47px at 50% calc(100% - 82.5px), #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%,
        radial-gradient(60.47px at 50% calc(100% + 52.5px), #0000 99%, #000 101%) 50% calc(100% - 30px) / 120px 100%
            repeat-x;
}
.main {
    width: 900px;

    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
.paper {
    background-color: #f7f0e2;
    padding: 30px;
    border-radius: 20px;
    border: ridge;
    border-color: #4b63d3;
       filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}

.pins {
    background-color: #f7f0e2;
    padding: 30px;
    border-radius: 20px;
    border: ridge;
    border-color: #4b63d3;
    margin-top: 50px;
       filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}

.stickers {
    background-color: #f7f0e2;
    padding: 30px;
    border-radius: 20px;
    border: ridge;
    border-color: #4b63d3;
    margin-top: 50px;
       filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}

.other {
    background-color: #f7f0e2;
    padding: 30px;
    border-radius: 20px;
    border: ridge;
    border-color: #4b63d3;
    margin-top: 50px;
       filter: drop-shadow(-5px 5px 1px rgba(53, 38, 115, 0.22));
}

b {
    font-family: Quicking;
    font-size: 15px;
    letter-spacing: 5px;
    color: #4b63d3;
}

h1 {
    font-family: Quicking;
    font-size: 45px;
    color: #f5b41a;
}
h2 {
    font-family: Quicking;
    font-size: 20px;
    color: #fffdf7;
    letter-spacing: 1.25px;
}
h3,
h4 {
    font-family: Instrument;
    font-size: 18px;
    color: #bb2e2e;
}
h5 {
    font-family: Instrument;
    font-size: 18px;
    color: #4b63d3;
}

p {
    font-family: Instrument;
    font-size: 16px;
    color: #4b63d3;
}

/* 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: Quicking;
    src: url(/fonts/QuickingRegular-gw5KY.otf);
}
@font-face {
    font-family: Instrument;
    src: url(/fonts/InstrumentSerif-Regular.otf);
}
