.main {
    left: 445px;
    top: 258px;
    width: 485px;
    height: 243px;
    position: absolute;
    z-index: 2;
    background-color: #f1dfb4;
    padding: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-style: inset;
    border-color: #c5ae76;
    border-radius: 5px;
    border-width: medium;
}
.text {
    width: 350px;
    height: 500px;
}
.main img {
    float: right;
    max-width: 120px;
    margin: 20px;
    margin-top: -420px;
    filter: drop-shadow(-10px 5px 1px rgba(17, 10, 45, 0.27));
}
hr.mainhr {
    width: 100%;
    opacity: 30%;
    color: #9c2d09;
}

.back {
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 50px;

    color: #9c2d09;
    font-family: Jacquard;
    font-size: 30px;
}
@font-face {
    font-family: Jacquard;
    src: url(fonts/Jacquard12-Regular.otf);
}
@font-face {
    font-family: InstrumItal;
    src: url(fonts/InstrumentSerif-Italic.otf);
}
@font-face {
    font-family: Jacquard;
    src: url(fonts/Jacquard12-Regular.otf);
}

h4 {
    font-family: InstrumItal;
    font-size: 20px;
    color: #9c2d09;
}
h6 {
    font-family: monospace;
    font-size: 12px;
    color: #293b68;
}

p {
    font-family: monospace;
    color: #352c0a;
    font-size: 14px;
}
a:link {
    color: #9c2d09;
}

/* visited link */
a:visited {
    color: #9c2d09;
}

/* mouse over link */
a:hover {
    color: #9c2d09;
}

/* selected link */
a:active {
    color: #9c2d09;
}
/* 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 */
.header img {
    max-width: 70px;
    max-height: auto;
}

.header {
    position: absolute;
    width: 530px;
    height: 70px;
    line-height: 0;
    -webkit-column-count: 8;
    -webkit-column-gap: 5px;
    -moz-column-count: 8;
    -moz-column-gap: 5px;
    column-count: 8;
    column-gap: 5px;
    display: flex;
    place-items: center;
    align-items: center;
    left: 420px;
    top: 50px;
    filter: drop-shadow(5px 5px 1px rgba(17, 10, 45, 0.27));
}

.flying {
    position: absolute;
    scale: 70%;
    z-index: 2;
    left: 40px;
    top: -30px;
    filter: drop-shadow(15px 5px 1px rgba(17, 10, 45, 0.27));
}

.lily {
    position: absolute;
    z-index: 2;
    scale: 60%;
    width: 200px;
    height: 100px;
    left: 1150px;
    top: 400px;
    filter: drop-shadow(-15px 5px 1px rgba(17, 10, 45, 0.27));
}
.datura {
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 100px;
    scale: 70%;
    top: 435px;
    left: 50px;
    filter: drop-shadow(15px 5px 1px rgba(17, 10, 45, 0.27));
    transform: rotate(30deg);
}
.bubbles {
    position: absolute;
    z-index: 2;
    scale: 50%;
    left: 1000px;
    top: 10px;
    filter: drop-shadow(-15px 5px 1px rgba(17, 10, 45, 0.27));
}

.man {
    position: absolute;
    z-index: 1;
    scale: 70%;
    left: 970px;
    top: 200px;

    filter: drop-shadow(-10px 5px 1px rgba(17, 10, 45, 0.27));
}
.woman {
    position: absolute;
    scale: 80%;
    top: 275px;
    left: 200px;
    z-index: 2;
    filter: drop-shadow(10px 5px 1px rgba(17, 10, 45, 0.27));
}
.anitext {
    position: absolute;
    z-index: 1;
    scale: 70%;
    left: 1070px;
    top: 200px;

    filter: drop-shadow(-10px 5px 1px rgba(17, 10, 45, 0.27));
}
.frame {
    display: flex;
    width: 800px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 240px;

    z-index: 1;
    position: relative;
    filter: drop-shadow(15px 5px 1px rgba(17, 10, 45, 0.27));
}
.frame img {
    scale: 130%;
}
