@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;
}

#sitemapPage {
    position: relative;
    width: 675px;
    height: 921px;
    background-image: url(../images/paper16.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin: 0 auto;
}

#sitemapPage h1 {
    color: darkgreen;
    font-family: sketchHandwriting, cursive, serif;
    font-size: 100px;
    font-weight: 100;
    margin: 0px;
    margin-bottom: 50px;
    position: relative;
    top: 50px;
    left: 150px;
}

#sitemapPage ul {
    font-family: typewriter, monospace;
    font-size: 23px;
    margin: 0;
}

#sitemapPage p {
    font-family: typewriter, monospace;
    font-size: 23px;
}

#sitemapList {
    margin-left: 120px;
}

a {
    text-decoration: none;
    color: darkmagenta;
    transition-duration: 0.3s;
}

a:hover {
    color: deeppink;
}

a:visited {
    color: darkslateblue;
}

a:visited:hover {
    color: deeppink;
}
