body {
    background-color: #ffffff; /* Replace with your desired background color */
    background-image: url('./images/background.png'); /* Replace with the path to your paper texture image */
    background-repeat: repeat; /* Repeat the texture */
}