body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0; /* Light background color */
    font-family: Arial, sans-serif;
  }
  
  #logo-container {
    text-align: center;
  }
  
  #logo {
    width: 800px;
    height: 532px;
  }
  
.visitor-badge-container {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;

}
