html,
body {
  height: 95%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  font-family: 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";
  background-color: #eee;
}

ul {
  text-align: left;
  line-height: 1.5;
}

img {
  border-radius: 6px;
  width: 90%;
  max-width: 500px;
  margin-top: 2rem;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
}

.img-legend {
  opacity: 0.8;
  font-style: italic;
  font-size: 0.9em;
  margin-top: 0.5em;
}

#installButton {
  padding: 10px 20px;
  margin-top: 2em;
  font-size: 0.9em;
  border-radius: 4px;
  background-color: #f3bc17;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
