body {
    background-image: url("img/Paper.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    font-family: system-ui;
    background-color: rgb(128, 128, 128);
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
p {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}
blockquote {
    text-align: center;
    margin: 8%;
    margin-top: 5%;
    margin-bottom: 5%;
}
