body {
    color: black;
    font-family: hand;
    background-image: url("texture/SB024.JPG");
}

#mainsection {
    border-width: 0px;
    /*background-color: white;
    background-image: url("texture/SB030.JPG");*/
}

p {
    font-family: hand;
}

.textsection {
    background-image: url("texture/SB030.JPG");
    margin: 1em;
    padding: 1em;
    border: 1px solid black;
}

#polaroids {
    position: relative;
    width: 100%;
    height: 30%;
}

#polaroids p {
    width: 60%;
}

#polaroids img {
    position: absolute;
    width: 8em;
    aspect-ratio: 1 / 1;
    background-color: white;
    padding: 1.5%;
    padding-bottom: 4%;
    right: -5%;
    top: 0%;
}

#polaroids img:nth-child(1){
    rotate: -3deg;
    top: 0%;
    right: 0%;
}

#polaroids img:nth-child(2){
    rotate: 4deg;
    right: -1%;
    top: 15%;
}

#polaroids img:nth-child(3){
    rotate: -1deg;
    right: 5%;
    top: 30%;
}

#polaroids img:nth-child(4){
    rotate: 4deg;
    right: -1%;
    top: 45%;
}

#polaroids img:nth-child(5){
    rotate: -4deg;
    right: 2%;
    top: 60%;
}
