body {
  margin: 0;
  background-color: #000; /* Dark background to show off pixel art */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  text-align: center;
}

.logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  image-rendering: pixelated;
  display: block;
  margin: 0 auto;
}
