  .main-body {
    background-color: #00274c;
    /* width: 100%; */
  }

  .element-comming-soon {
    background-color: #00274c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  .element-comming-soon .div {
    background-color: #00274c;
    width: 100%;
    /* height: 1024px; */
    position: relative;
    height: 100%;
    margin-bottom: 50px;
  }
  
  .element-comming-soon .overlap-group {
    background-color: #00274c;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-bottom: 50px;
  }
  
  .element-comming-soon .banner {
    background-color: #00274c;
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 60%; */
    top: 0;
    left: 0;
  }
  
  .element-comming-soon .coming-soon {
    position: relative;
    width: 100%;
    /* height: 242px; */
    /* top: 712px; */
    /* left: 165px; */
  }
  
  .element-comming-soon .google {
    background-color: #00274c;
    position: relative;
    width: 310px;
    /* height: 54px; */
    /* top: 757px;
    left: 565px; */
  }

  .element-comming-soon .resevation {
    display: flex;
    /* height: 24px; */
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  
  .element-comming-soon .sns {
    background-color: #00274c;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
    gap: 72px;
    margin-top: 20px;
    /* position: absolute; */
    /* top: 848px;
    left: 624px; */
  }
  
  .element-comming-soon .img {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .element-comming-soon .vector {
    position: relative;
    width: 1px;
    height: 16px;
  }
  
  .resv-button {
    display: flex;
    /* height: 24px; */
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }