body {
    background-image: url(https://xjellyx4xbrainzx.neocities.org/outer_mt_blaze.png);/* Replace with the actual path to your image */
    background-size: cover; /* Ensures the image covers the entire background */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center; /* Centers the image */
    color: purple;
    font-family: Comic;
}
.center {
          display: block;
          margin-left:auto;
          margin-right:auto;
          width:50%;
          }