.logo-flex {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logo-01 {
    height: 13vh;
    margin-right: 10vw;
  }

  .logo-02 {
    height: 7vh;
  }