body {
  margin: 0;
  padding: 0;

  /* Your floral background image */
  background-image: url('glowers1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;

  font-family: Arial, sans-serif;
}
