/* styles.css */
body {
  margin: 0;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.logo-container {
  max-width: 400px;
}

.logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
