html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
  background: linear-gradient(to right, #242628 0%, #242628 60%, #3f4042 100%);
  color: #fff;
}

.container {
  text-align: center;
}
.logo {
  width: 50%;
  max-width: 250px;
  margin: 100px auto 0;
}
.lunching-soon {
  margin: 50px 0;
  font-size: 40px;
  line-height: 48px;
  font-family: "Playfair Display", Georgia, serif;
}
.copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: gray;
}
