body {
 font-family: Arial, Helvetica, sans-serif;
}
p {
      color: rgb(255, 255, 255); /* Sets the paragraph text color to blue */
    }
        body {
        background-color: rgb(99, 61, 5);
    }