.logo-container {
    text-align: center; /* Center the logo horizontally */
    margin-bottom: 20px; /* Add spacing below the logo */
  }
  
  .logo {
    width: 300px; /* Adjust the width of the logo */
    height: auto; /* Maintain aspect ratio */
  }