/* Set background image properties */
.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}