html {
  font-size: 14px;
  font-family: -apple-system, 'Noto Sans', 'Roboto', sans-serif;
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  margin-bottom: 60px;
}

html, body {
  color: #fff;
}
html {
  background: linear-gradient(rgb(1, 27, 37), rgb(21, 47, 67));
}
a {
  color: rgb(252, 173, 43);
}

#Logo {
  display: block;
  text-align: center;
  padding: 3em;
}
#Logo img {
  height: 60px;
}

header, main, footer {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

main {
  padding: 1em 0;
}
main p {
  margin: 0;
  padding: 2em 0;
}

#StoreButtons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#StoreButtons a {
  display: block;
  margin: 1em;
  /* Disable macOS Live Text */
  cursor: pointer;
}
#StoreButtons img {
  height: 40px;
}

footer {
  margin-top: 4em;
}
footer ul {
  margin: 0; 
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li {
  display: inline-block;
  margin: 1em;
}
