.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(189, 195, 199) 0.00%,rgb(0, 128, 255) 100.00%);
}
.home-button {
  color: rgb(255, 255, 255);
  width: 85%;
  height: 250px;
  font-size: 100px;
  box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  text-align: center;
  border-style: solid;
  border-radius: var(--dl-radius-radius-radius8);
  text-transform: uppercase;
  background-image: linear-gradient(rgb(192, 36, 37) 0%, rgb(215, 184, 59) 100%);
}
.home-text {
  margin: var(--dl-space-space-threeunits);
  align-self: center;
  text-align: center;
  line-height: 1.2;
}
