body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url('nerd1.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Borel', cursive;
    font-weight: 400;
}


.notebook-container {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.notebook-image {
    width: 100%;
    height: auto;
    display: block;
}

.notebook-text1 {
    position: absolute;
    top: 8%;       /* aligns text to start just below the book top */
    left: 13%;       /* start writing a bit inside the left page margin */
    width: 38%;     /* span across both pages */
    height: 76%;    /* end before bottom of pages */
    overflow-y: auto;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 4px;
}

.notebook-text2 {
    position: absolute;
    top: 8%;       /* aligns text to start just below the book top */
    left: 50%;       /* start writing a bit inside the left page margin */
    width: 38%;     /* span across both pages */
    height: 76%;    /* end before bottom of pages */
    overflow-y: auto;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 4px;
}




#candle {
  height: 541px;
  width: 461px;
  position: absolute;
  top:180px;
  right:700px;
  background-image: url('candle.png')
  }

#lamp {
  height: 617px;
  width: 404px;
  position: absolute;
  top:100px;
  left:750px;
  background-image: url('lamp.png')
  }
  
