html, body {
  margin: 0;
  padding: 0;
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

body {
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.link-container {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  color: #eee;
}

.link-container a {
  color: #eee;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.1em;
}

.link-container a:hover {
   color: white;
   text-decoration: underline;
}

