body {
    margin: 0px;
  }
  
  .height-100vh {
    height: 100vh;
  }
  
  .center-aligned {
      margin-top: 110px;
    display: box;
    display: flex;
    box-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
  }
  
  .background-image {
    position: relative;
    width: 1200px;
  }
  
  .text {
    position: absolute;
   /* background-color: red; */
    width: 790px;
    height: 465px;
    margin-top: -95px;
    margin-left: -5px;
  }