html {
  background-color: #d6d6d6;
  font-size: 1rem;
}

body {
  height: 100vh;
  width: 100vw;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100%;
}

p.emphasized {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 700;
}

#icon-wrapper {
  padding-top: 32px;
}
