Transclude of RE-Website-2024-11-29-09.22.37.excalidraw

For the body of the website, put a paperlike background.

body {
    margin: 0;
    padding: 0;
    color: #252525;
    font-size: 15px;
    background-image: url(/assets/backgrounds/light-paper.jpg);
    background-position: center;
    background-size: 800px;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}