    body {
          background-image: url('/assets/nightbliss.jpg');
          background-position: center center;
          background-attachment: fixed;
          background-size: cover;
          margin-top: 0;
          margin-left: 0;
          top: 0;
          left: 0;
          background-repeat: no-repeat;
          display: flex;
          flex-direction: column;
          align-items: center;
        }