body {
    background-image: url(../images/bgbrownscroll.gif);

    flex-direction: column;
}

header {
    height: 10vh;
    width: 110%;
    z-index: 1;

    display: flex;
    flex-direction: row;
    flex: 1;

    margin-top: -1.1vh;
    margin-left: -1.1vw;
    padding-left: 2vw;
    justify-items: center;
    align-items: center;
    background-image: url(../images/floral.gif);
}

main {
    overflow-y: hidden;
}

#spiffo {
    height: 20vh;
    width: auto;
}

h1 {
    font-size: 76px;
    font-family: "myrtille";
    background-color: #ba995f;

    position: relative;
    top: 0.5vh;
    left: 2vw;
}

h2 {
    font-family: "myrtille";
    background-color: #ba995f;
    margin-top: 0;
}

#big-box {
    position: relative;
    top: 14%;
}

.journal {
    height: 90vh;
}

#journal-img {
    height: 120%;
    position: absolute;
    left: -6vw;
    top: -8vh;
}

.journal p, .journal h2 {
    position: relative;
    top: 5%;
    left: 5%;
}

.journal p {
    font-family: "smalle";
    font-size: 20px;
    text-align: left;
}

.journal h2 {
    font-family: "smalle";
    background: none;
    -webkit-background-clip: none;
    -webkit-text-stroke: none;
    color: black;
    filter: none;
}

img#spiffo-sticker {
    height: 40%;
    width: auto;
    position: relative;
    bottom: 4%;
    left: 25%;
    cursor: pointer;
}

#not-journal { 
    width: 60%;
    height: 78vh;
}

#not-journal.fuzzy-box {
    border-color: #EAE0C0;
    background-color: #EAE0C0a6;
    box-shadow: 0px 0px 10px #EAE0C0, 0px 0px 10px #EAE0C0, 0px 0px 10px #EAE0C0, 0px 0px 10px #EAE0C0, 0px 0px 14px #EAE0C0;
}