#container {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon {
  min-height: 76px;
  min-width: 76px;
}

.title {
  font-family: "title-font";
  font-size: 2.25em;
}

.subtitle {
  font-family: "subtitle-font";
  font-size: 1.5em;
}

@font-face {
  font-family: "subtitle-font";
  src: url("./subtitle-font.woff2") format("woff2");
}

@font-face {
  font-family: "title-font";
  src: url("./title-font.woff2") format("woff2");
}
