body {
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 22px;
}

ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  max-width: 150px;
}

main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  max-width: 75%;
}

footer {
  margin-top: 100px;
  text-align: center;
}

h1 {
  text-indent: 100%;
  overflow: hidden;
}

a {
  color: #999;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  line-height: 1.2;
}

.demo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.header {
  text-align: center;
  margin: 20px 0;
}

.tagline {
  margin-top: 10px;
  display: block;
  font-size: 24px;
}

.disclaimer {
  font-size: 13px;
  color: #b8b8b8;
}

.icon {
  width: 128px;
  height: 128px;
}

.footer-links {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  main {
    display: flex;
    flex-direction: column;
  }
}
