html, body, .container {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
}

.muted {
  color: #808080;
  opacity: 0.5;
}
