body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  font-family: "Helvetica Neue", sans-serif;
}

.layer-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}

.logo {
  max-width: 300px;
  margin-bottom: 30px;
}

.chibi {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
}

.coming-soon {
  max-width: 400px;
  margin-top: 40px;
}

.footer-note {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 100px;
}

.footer-note a {
  color: #0073e6;
  text-decoration: none;
}

.footer-note a:hover {
  text-decoration: underline;
}