body {
    background-image: url(https://images.freecreatives.com/wp-content/uploads/2016/02/Old-Paper-Background-For-Free-.jpg);
    background-size: cover;
}

.mainbox {
    background-image: url(clipboard.png);
    background-size: cover;
    height: 700px;
    width: 500px;
    margin-right: 15%;
    margin-left: auto;
    margin-top: 2%;
}

.photos {
    position: fixed;
    margin-left: 5%;
    height: 700px;
}

.textbox1 {
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 13%;
    background-clip: content-box;
    background-image: url(https://wallpapers.com/images/hd/old-paper-texture-2000-x-1339-background-ymfb8546navmno35.jpg);
    background-size: cover;
}

p {
    margin: 0;
    padding: 1%;
    font-family: "Caveat", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.15
}

.stickynote1 {
    background-image: url(stickynote1.png);
    background-size: cover;
    height: 250px;
    width: 250px;
    position: fixed;
    left: 450px;
}

.stickytext {
    margin-top: 35px;
    margin-left: 15px;
    font-family: "Caveat", cursive;
    font-weight: 500;
}

.stickynote2 {
    background-image: url(stickynote1.png);
    background-size: cover;
    height: 250px;
    width: 250px;
    position: fixed;
    left: 400px;
    top: 350px;
}

.rlbox {
    width: 900px;
    border: 5px black solid;
    background-color: beige;
}

.rlheader {
    width: 100%;
}