/* src/css/index.css */
.background {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
