.no-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #191919;
}
.no-text {
  color: #ffffff;
  font-size: 180px;
  align-self: center;
  font-family: "Impact";
  text-transform: uppercase;
}
