html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #080b16;
}

/* Center the image horizontally and vertically */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  height: auto;
}
