*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-image: url('1840909.jpg');
        background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#notebook1 {
    height: 192px;
    width: 188px;
    position: absolute;
    top: 100px;
    left: 200px;
}
#notebook2 {
    height: 192px;
    width: 188px;
    position: absolute;
    top: 400px;
    left: 1050px;
}
p {
    font-family: 'Sedgwick Ave Display';
    font-size: 64px;
    line-height: 1.5;
    color: hotpink;
    background-color: black;
}
#poems {
    position: absolute;
    top:180px;
    left:400px;
}
#fic {
    position: absolute;
    top: 480px;
    left: 880px;
}
#kitty {
    width: 84px;
    height: 138px;
    position: absolute;
    top: 520px;
    left: 1330px;
}
#bun {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 560px;
    left: 20px;
}
#home {
    position: absolute;
    top: 560px;
    left: 130px;
}
#yum {
    position: absolute;
    left: 1000px;
    top: 100px;
    height: 160px;
    width: 160px
}
#smile {
    position: absolute;
    left:930px;
    top: 50px;
    height: 100px;
    width: 100px;
}
#spin {
    position: absolute;
    left: 350px;
    bottom: 200px;
    top: 400px;
    width: 100px;
}
#character {
    position: absolute;
    left: 550px;
    top: 380px;
    width: 149.5px;
    height: 300px;
}