@charset "UTF-8";
/* CSS Document */

/* Set a background image by replacing the URL below */
/* body {
  background: url('/images/paper-white.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
} */

body {
    background-color: white;
}