*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Times New Roman";
    font-size: large;
}

p{
    text-indent: 30px;
    margin-bottom: 0.8em; 
}

h2{
    font-family: "Roboto";
    font-size: 40px;
}

body {
    text-align: center;
    place-content: center;
	background-image: url("	https://i.pinimg.com/736x/82/f1/29/82f129051cc42a27f1f0fa6dcfbb2205.jpg");
    	font-family: "Times New Roman";
    font-size: large;
}

.content{
    position: absolute;
    top: 80px;
    left: calc(50% - 400px);
    padding: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    width: 800px;
    text-align: justify;
    background-image: url("https://www.tilingtextures.com/wp-content/uploads/2024/10/228-ochre-craft-paper.webp");
    height: 6100px;
}

.titletext{
    width: 700px;
    text-align: center;
    left: calc(50% - 400px);
}

.textbody{
    width: 700px;
    position: absolute;
    top: 100px;
}

.note{
        position: fixed;
    top: 5px;
    left: 5px;
  z-index: 1;
}

.notetext{
    text-align: center;
    position: fixed;
    top: 50px;
    left: 70px;
    width: 200px;
    z-index: 2;
}

.ditext{
    background-color: #fff980;
}

.direita{
    position: fixed;
    right: 10px;
    top:1px;
}

.sing1, .sing2 {
    margin: 0;
    padding: 0;
}

.return{
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 4;
}

footer{
    padding: 30PX;
    width: 1000px;
    height: fit-content;
    text-align: center;
    place-content: center;
    position: absolute;
    bottom: 30px;
    top: 6200px;
    left: 170px;
    background-image: url("https://www.tilingtextures.com/wp-content/uploads/2024/10/134-corrugated-cardboard-for-packaging-boxes.webp");
  
}