body {
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  color: rgb(55, 55, 55);
  line-height: 1.2;
}

.banner {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.subtle-text {
  color: rgb(117, 117, 117);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
