.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-9ad4a8e *//* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  } */
  
  /* body {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    overflow: hidden;
  } */
  
  .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
  }
  
  .main-visual {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  
  .char {
    color: #fff;
    font-family: 'lora';
    font-size: 32px;
    letter-spacing: 0.1em;
    white-space: break-spaces;
  }
  
  canvas {
    position: absolute;
    top: 0;
    left: 0;
  }/* End custom CSS */