.static-pages-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  background-color: #000000;
}
.static-pages-container1 {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.static-pages-text {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-family: "Source Code Pro";
}
.static-pages-link {
  color: #ffffff;
  font-size: 17px;
  margin-top: var(--dl-space-space-twounits);
  text-decoration: none;
  background-color: #2d2d2d;
}
.static-pages-container2 {
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: auto;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.static-pages-text1 {
  color: #1c1c1c;
  font-size: 20px;
  align-self: center;
  margin-bottom: var(--dl-space-space-sixunits);
}
@media(max-width: 991px) {
  .static-pages-text {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .static-pages-text {
    text-align: center;
  }
}
@media(max-width: 479px) {
  .static-pages-text {
    text-align: center;
  }
}
