.oops-you-are-not-authorized-container {
  width: 100%;
  display: flex;
  overflow: auto;
  box-shadow: 0px 0px 10px 0px #000000;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #D9D9D9;
}
.oops-you-are-not-authorized-container1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.oops-you-are-not-authorized-text1 {
  color: rgb(38, 38, 38);
  height: 285px;
  font-size: 252px;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 900;
  margin-bottom: -20px;
  letter-spacing: -20px;
}
.oops-you-are-not-authorized-container2 {
  width: 421px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.oops-you-are-not-authorized-text2 {
  width: 584px;
  text-align: center;
  font-weight: 400;
}
.oops-you-are-not-authorized-navlink {
  box-shadow: 0px 0px 10px 0px #080808;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  font-family: "Hind";
  font-weight: 700;
  border-width: 0px;
  border-radius: 0px;
  text-decoration: none;
  background-color: #bde420;
}
@media(max-width: 767px) {
  .oops-you-are-not-authorized-text1 {
    height: 179px;
    font-size: 150px;
    margin-bottom: 0px;
    letter-spacing: 0;
  }
  .oops-you-are-not-authorized-text2 {
    font-size: 1rem;
  }
}
@media(max-width: 478px) {
  .oops-you-are-not-authorized-text1 {
    width: auto;
    height: 121px;
    font-size: 5rem;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 0;
    padding-bottom: 0px;
  }
  .oops-you-are-not-authorized-text2 {
    width: auto;
    font-size: 1rem;
  }
}
