html {
  color: #555;
  background-color: #44403c;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.container {
  text-align: center;
  flex: 1 0 auto;
}

a img {
  transition: all .2s ease-in-out;
}

a:hover img {
  transform: scale(1.1);
}

#wuit-container {
  background-color: #fffbeb;
  padding: 20px 0;
  border-bottom: 10px solid #1c1917;
}

#wuit-container img {
  margin-bottom: 20px;
}

#apps-container {
  display: flex;
  flex-direction: column;
  color: #fff;
}

#apps-container .inner-container {
  margin: 100px 10px;
}

#apps-container .app {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 700px;
}

#rizzfarm-logo {
  height: 120px;
}

#pitch {
  margin: 60px 0;
}

#pitch h3 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
}

#pitch h3 span {
  font-size: 1.5em;
  font-weight: 700;
}

#pitch h3.spend span {
  color: #84cc16;
}

#pitch h3.conversion span {
  color: #f59e0b;
}

#apps-container .app p {
  font-size: 1.2em;
  font-weight: 500;
}

#apps-container .coming {
  margin-top: 40px;
}

#footer {
  flex-shrink: 0;
  width: 100%;
  padding: 40px 0;
  background-color: #1c1917;
  border-top: 10px solid #0c0a09;
}

#footer p,
#footer p a {
  color: #888;
}

#footer p {
  font-size: 0.9em;
  text-align: center;
  margin: auto 10px;
}

#footer p a {
  font-weight: 500;
  text-decoration: none;
}

#footer p a:hover {
  color: #555;
  text-decoration: underline;
}

form input,
form button {
  border-radius: 6px;
  margin: 5px 0;
}

form input {
  color: #555;
  padding: 10px;
  border: #ccc 2px solid;
}

form input[type="email"] {
  width: 240px;
  background-color: #888;
}

form input::placeholder {
  color: #555;
}

form input:focus {
  outline: none;
  background-color: #aaa;
}

form input[type="submit"] {
  margin-left: 10px;
  color: #444;
  background-color: #777;
  border: none;
  padding: 12px;
  font-weight: 500;
}

form input[type="submit"]:hover {
  color: #333;
  background-color: #999;
}
