.home-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
  }
  .home-header {
    width: 100%;
    height: 110px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 2px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image {
    width: 200px;
    height: 50px;
    margin-top: var(--dl-space-space-halfunit);
    object-fit: cover;
  }
  .home-button {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    justify-content: center;
  }
  .home-text {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-image: linear-gradient(to right, #c2e59c 0%, #64b3f4 100%);
  }
  .home-text1 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-image: linear-gradient(to right, #c2e59c 0%, #64b3f4 100%);
  }
  .home-text2 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-image: linear-gradient(to right, #c2e59c 0%, #64b3f4 100%);
  }
  .home-text5 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-image: linear-gradient(to right, #c2e59c 0%, #64b3f4 100%);
  }
  .home-table {
    width: 100%;
    height: 709px;
    display: block;
    position: relative;
    background: aquamarine;
    align-items: flex-start;
    justify-content: center;
    background-color: #f9f2f2;
  }
  .home-table-tilte {
    flex: 0 0 auto;
    width: 100%;
    height: 57px;
    display: flex;
    background: #b7a7a7;
    align-items: flex-start;
    justify-content: center;
    background-color: #e7dede;
  }
  .home-text8 {
    width: auto;
    font-size: x-large;
    align-self: center;
  }
  .home-table1 {
    flex: 0 0 auto;
    width: 100%;
    height: 651px;
    display: flex;
    align-items: flex-start;
    border-color: rgba(120, 120, 120, 0.4);
    border-style: hidden;
    border-width: 2px;
    margin-bottom: 2px;
  }
  .home-iframe {
    width: 478px;
    height: 649px;
  }
  .home-social-bar {
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-threeunits);
    padding-top: 28px;
    padding-bottom: 26px;
    justify-content: center;
  }
  .home-icon {
    color: var(--dl-color-gray-900);
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
  }
  .home-icon02 {
    color: var(--dl-color-gray-900);
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
  }
  .home-icon04 {
    color: var(--dl-color-gray-900);
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
  }
  .home-icon06 {
    color: var(--dl-color-gray-900);
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
  }
  .home-icon08 {
    color: #ffffff;
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
  }
  @media(max-width: 767px) {
    .home-social-bar {
      padding-left: var(--dl-space-space-twounits);
      padding-right: var(--dl-space-space-twounits);
    }
  }
  @media(max-width: 479px) {
    .home-social-bar {
      padding-top: var(--dl-space-space-twounits);
      padding-left: var(--dl-space-space-unit);
      padding-right: var(--dl-space-space-unit);
      padding-bottom: var(--dl-space-space-twounits);
    }
  }
  
  /* Table Style */
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 15px;
  }
  
  th, td {
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}