body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; /* optional background */
}

img {
  max-width: 200px; /* adjust logo size */
  height: auto;
}
