body {
  background-color: #000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  /* height: 100vh; */
  min-height: 100vh;
  background-image: url('/DRiV/public/contract/page-bg.png?time=202509112312');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

