@import "reset.css";

html,
body {
  min-height: 100vh;
}

body {
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
    helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica,
    arial, sans-serif;
}

main {
  padding: 16px;
}

.heading {
  align-items: center;
  display: flex;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

.tagline {
  line-height: 1.5;
}

.logo {
  margin-right: 12px;
}
