.container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .jumbotron {
    margin-bottom: 20px;
  }
  
  .logo-container {
    display: flex;
    justify-content: center;
  }
  
  img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
  }
  