
      #start_page {
        margin: 0;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 10000000;
        
      }
      #start_page_img {
        width: auto;
        height: 100% !important;
      }
      
        #start_page_img {
          min-height: unset !important;
          min-width: unset !important;
          width: 150px !important;
          height: auto !important;
        }
    
    