@charset "UTF-8";
html,
body {
  height: 100%;
  margin: 0;
  background-color: #1F2747;
  font-family: "Funnel Display", sans-serif;
  color: white;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

main {
  text-align: center;
}

h1 {
  line-height: 1;
}

.heart:after {
  content: "❤️";
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .info {
  padding: 10px 0;
  display: block;
  font-size: 0.75em;
}
