@font-face {
    font-family: sketchHandwriting;
    src: url(../fonts/sketchHandwriting.otf);
}

@font-face {
    font-family: moonFlower;
    src: url(../fonts/moonFlower.ttf);
}

@font-face {
    font-family: moonFlower;
    src: url(../fonts/moonFlowerBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: typewriter;
    src: url(../fonts/aTypewriterForMe.ttf);
}

* {
    box-sizing: border-box;
}

body {
    background-image: url(../images/riso-darkpink.png);
}

#container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

main {
    z-index: 0;
    position: relative;
}

#paper1 {
    position: relative;
    height: 300px;
    background-image: url(../images/paper2.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transform: rotate(-11deg);
    z-index: 1;
}

#paper2 {
    position: relative;
    margin: auto;
    width: 700px;
    height: 430px;
    top: -50px;
    transform: rotate(-1deg);
    background-image: url(../images/paper14.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;

}

#paper3 {
    position: relative;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-left: 30px;
    height: 600px;
    background-image: url(/images/paper6.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#paper4 {
    position: relative;
    height: 300px;
    margin-left: 50px;
    background-image: url(/images/paper3.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#paper5 {
    position: relative;
    height: 300px;
    background-image: url(../images/paper12.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#paper6 {
    position: relative;
    height: 600px;
    width: 822px;
    margin: 0 auto;
    background-image: url(../images/paper4.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -7;
}

#paper7 {
    position: relative;
    height: 500px;
    width: 345px;
    margin: auto;
    margin-left: 150px;
    background-image: url(../images/paper27.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

#cluster {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
    width: 899px;
}

h1 {
    color: darkgreen;
    font-family: sketchHandwriting, cursive, serif;
    font-size: 80px;
    font-weight: 100;
    margin: 0 auto;
}

h2 {
    font-family: typewriter, monospace;
    font-weight: 100;
    font-size: 22px;
    text-decoration: underline;
}

#paper1 p {
    color: black;
    font-family: moonFlower, sans-serif;
    font-size: 30px;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
}

p {
    color: black;
    font-family: typewriter, monospace;
    font-size: 22px;
}

a {
    color: black;
    font-family: moonFlower, sans-serif;
    font-size: 50px;
    text-decoration: none;
    margin: 30px;
    transition-duration: 0.3s;
}

#sitemap {
    position: absolute;
    top: 60px;
    right: -30px;
    transform: rotate(10deg);
    background-image: url(../images/ephemera2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#sitemap:hover {
    transform: rotate(30deg);
}

#guestbook {
    position: absolute;
    top: 200px;
    right: -40px;
    width: 400px;
    height: 50px;
    transform: rotate(50deg);
    background-image: url(../images/crayon.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
}

#guestbook:hover {
    transform: rotate(30deg);
}

#about {
    position: absolute;
    width: 400px;
    height: 250px;
    bottom: -100px;
    left: -60px;
    transform: rotate(15deg);
    background-image: url(../images/saturniidsMothSmall.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
}

#about:hover {
    transform: rotate(30deg);
}

#scrapbook {
    position: absolute;
    width: 300px;
    height: 400px;
    bottom: -130px;
    right: -280px;
    transform: rotate(10deg);
    background-image: url(../images/picture-flower.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
}

#scrapbook:hover {
    transform: rotate(5deg);
}

#statuscafe {
    padding: .5em;
    position: absolute;
    top: 170px;
    left: 40px;
    width: 400px;
    background-image: url(../images/highlight.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#statuscafe-username {
    /*    margin-bottom: .5em;*/
    font-family: typewriter, monospace;
}

#statuscafe-content {
    margin: 0 1em 0.5em 1em;
    font-family: typewriter, monospace;
}

.shadow {
    filter: drop-shadow(6px 8px 7px rgba(51, 0, 16, 0.5));
}

#quote1 {
    color: rgb(75, 75, 75);
    font-family: typewriter, monospace;
    font-size: 23px;
    position: absolute;
    top: 50px;
    left: 45px;
    width: 260px;
}

#myButton {
    position: absolute;
    top: 20px;
    left: 50px;
}

#myButton p {
    color: antiquewhite;
}

#currently {
    position: absolute;
    font-family: typewriter, monospace;
    list-style-type: none;
    font-size: 20px;
    padding: 0;
    top: 130px;
    left: 50px;
}

#currently li {
    /*    padding-bottom: 20px;*/
}

li span {
    font-family: moonFlower, sans-serif;
    font-size: 35px;
}

p a {
    font: inherit;
    margin-left: 0px;
    color: darkmagenta;
    transition-duration: 0.3s;
}

a:hover {
    color: deeppink;
}

a:visited {
    color: darkslateblue;
}

a:visited:hover {
    color: deeppink;
}

#blog {
    position: absolute;
    width: 53px;
    height: 400px;
    bottom: -120px;
    right: 150px;
    transform: rotate(70deg);
    background-image: url(../images/pen.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}

#blog:hover {
    transform: rotate(60deg);
}


#shrines {
    position: absolute;
    bottom: -60px;
    right: -320px;
    background-image: url(../images/shrineHands.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
    transform: rotate(-10deg);
}

#shrines:hover {
    transform: rotate(-20deg);
}
