.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
  }

  .logo {
    width: 800px;
  }