body {
    background-image: url("./images/image.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
padding: 30;
    color: #4b3526;
}
h1 {
    font-size: 60px;
    text-align: center;
    font-family: cursive;

}
h2{
    font-size: 32px;
}

section {
   background-color: rgba(255, 250, 240, 0.72);
    margin: 50px;
    padding: 35px;
    border: 1px solid #d6c5aa;
    box-shadow: 6px 7px 0px #c8b397;
    border-radius: 2px;
    position: relative;
}
section:nth-of-type(even) {
    transform: rotate(1deg);
}
section:nth-of-type(odd) {
    transform: rotate(-1deg);
}
h1, h2 {
    font-family: 'Georgia', serif;
}
p,li {
    font-family: 'Georgia', serif;
    line-height: 1.6;
}
.little-note {
    background-color: rgba(255, 250, 240, 0.72);
    padding: 15px 20px;
    width: 220px;
    box-shadow: 3px 4px 0px #c8b397;
    transform: rotate(-4deg);
    font-family: 'Georgia', serif;
    text-align: center;
    position: relative;

top: 30px;
clip-path: polygon(
    0% 8%,
    12% 0%,
    25% 7%,
    40% 2%,
    55% 8%,
    70% 1%,
    85% 7%,
    100% 3%,
    97% 92%,
    85% 100%,
    70% 94%,
    55% 100%,
    40% 94%,
    25% 100%,
    10% 93%,
    0% 98%
);
}
.More-about-me {
   background-color: rgba(255, 250, 240, 0.72);
    padding: 25px 20px;
    width: 450px;
    box-shadow: 4px 5px 0px #bda98b;
    transform: rotate(3deg);
    font-family: 'Georgia', serif;
    font-style: italic;
    position: relative;
    line-height: 1.7;
left: 60%

}
.More-about-me::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 22px;
    background-color: #d8c6a5;
    top: -10px;
    left: 40%;
    transform: rotate(deg);
    opacity: 0.8;
    box-shadow: 2px 3px 4px rgba(75, 53, 38, 0.25);
    clip-path: polygon(
    0% 8%,
    12% 0%,
    25% 7%,
    40% 2%,
    55% 8%,
    70% 1%,
    85% 7%,
    100% 3%,
    97% 92%,
    85% 100%,
    70% 94%,
    55% 100%,
    40% 94%,
    25% 100%,
    10% 93%,
    0% 98%,)
}
.artwork-one {
    display: block;
    margin: 20px auto;
    width: 300px;
    box-shadow: 4px 5px 0px #c8b397;
    transform: rotate(2deg);
    position: relative;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(2deg);
}
  .artwork-two {
    width: 250px;
    position: absolute;
    right: 250px;
    top: 300px;

    background-color: #fffaf0;
    box-shadow: 5px 6px 0px #c8b397;
    transform: rotate(-4deg);
}
.artwork-three {
    width: 400px;
    position: absolute;
    right: 800px;
    top: 500px;

    background-color: #ffe1a4;
    box-shadow: 5px 6px 0px #895a1b;
    transform: rotate(-7deg);
}
.art-note {
    width: 200px;
    padding: 12px 15px;
    background-color: #e8d8bd;
    box-shadow: 3px 4px 0px #c8b397;
    font-family: cursive;
    text-align: center;
    transform: rotate(3deg);
    margin: 25px;
}
.flower-scrap {
    position: absolute;
    width: 150px;
    left: 1250px;
    top: 650px;
    transform: rotate(-5deg);
    opacity: 0.7;
}
.paper-scrap {
    background-color: #d8c3a5;
    width: 180px;
    padding: 18px;
    font-family: cursive;
    font-size: 17px;
    box-shadow: 4px 5px 0px #a99276;
    transform: rotate(-3deg);
    position: absolute;
    left: 1200px;
    top: 200px;
}