html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Courier New', Courier, monospace;
}

body {
  color: darkslateblue;
  background-color: antiquewhite;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 10rem;
}

main img {
  width: 6rem;
}

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

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  font-size: 1.5em;
  fill: currentColor;
  pointer-events: none;
}