body {
  background-image: url('inside_center.jpeg'); /* swap with your image filename */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;
}